Layer 227
MessagesDeleteParticipantReactions
As an admin, remove all of a specific participant's reactions from every message in a group or channel.
method
Users
Bots
messages.deleteParticipantReactions#a0b80cf8 peer:InputPeer participant:InputPeer = Bool;
Parameters
Returns
BoolGogram Example
// MessagesDeleteParticipantReactions - positional arguments result, err := client.MessagesDeleteParticipantReactions(&tg.InputPeerUser{UserID: int64(777000)}, &tg.InputPeerUser{UserID: int64(777000)}) if err != nil { // handle error } // result is *tg.Bool
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |