telegram api method · layer 229 · #31c1c44f
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 ».
definition
messages.getMessageReadParticipants#31c1c44f peer:InputPeer msg_id:int = Vector<ReadParticipantDate>;
parameters
| name | type | description |
|---|---|---|
peer | InputPeer | Dialog |
msg_id | int | Message ID |
returns
Vector<ReadParticipantDate>
errors (6)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This 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. |
| 400 | CHAT_TOO_BIG | This method is not available for groups with more than chat_read_mark_size_threshold members, see client configuration ». |
| 400 | MSG_ID_INVALID | Invalid message ID provided. |
| 400 | MSG_TOO_OLD | `chat_read_mark_expire_period` seconds have passed since the message was sent, read receipts were deleted. |
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |
| 401 | AUTH_KEY_UNREGISTERED | The 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×
| id | layers |
|---|---|
| #2c6f97b7 | 133–153 |
| #31c1c44f | 154–229 |