messages.getMessageReadParticipants

Get which users read a specific message: only available for groups and supergroups with less than chat_read_mark_size_threshold members, read receipts will be stored for chat_read_mark_expire_period seconds after the message was sent, see client configuration for more info ».

---functions---
messages.getMessageReadParticipants#2c6f97b7 peer:InputPeer msg_id:int = Vector<long>;

Parameters

Name Type Description
peer InputPeer Dialog
msg_id int Message ID

Result

Vector<long>

Possible errors

Code Type Description
400 CHAT_TOO_BIG This method is not available for groups with more than chat_read_mark_size_threshold members, see client configuration ».

Related pages

Client configuration

The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.