Layer 220
method Users

Parameters

Name Type Description
Peer InputPeer Dialog
MsgId int Message ID

Returns

Vector

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

Gogram Example

// MessagesGetMessageReadParticipants - positional arguments
result, err := client.MessagesGetMessageReadParticipants(&tg.InputPeerUser{UserID: int64(123456789)}, 0)
if err != nil {
    // handle error
}
// result is *tg.Vector