Skip to content

messages.readReactions

Layer 225

Constructor ID: 0x9ec44f93
Returns: AffectedHistory

Parameters

NameTypeDescription
peerInputPeer
top_msg_idint32 (flags.0, optional)
saved_peer_idInputPeer (flags.1, optional)

Example

go
result, err := client.Raw(&tg.ReadReactionsRequest{
    peer: nil, // InputPeer
    top_msg_id: 0,
    saved_peer_id: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.