telegram api method · layer 229 · #31c1c44f

messages.getMessageReadParticipants

usable by users

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 ».

definition

messages.getMessageReadParticipants#31c1c44f peer:InputPeer msg_id:int = Vector<ReadParticipantDate>;

parameters

nametypedescription
peerInputPeerDialog
msg_idintMessage ID

returns

Vector<ReadParticipantDate>

errors (6)

codeerrordescription
400BUSINESS_CONNECTION_NOT_ALLOWEDThis method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection.
400CHAT_TOO_BIGThis method is not available for groups with more than chat_read_mark_size_threshold members, see client configuration ».
400MSG_ID_INVALIDInvalid message ID provided.
400MSG_TOO_OLD`chat_read_mark_expire_period` seconds have passed since the message was sent, read receipts were deleted.
400PEER_ID_INVALIDThe provided peer id is invalid.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).

history

present in layers 133–229 · constructor id changed 1×

idlayers
#2c6f97b7133–153
#31c1c44f154–229