Layer 227
MessagesDeleteParticipantReaction
As an admin, remove all of a specific participant's reactions from a single message.
method
Users
Bots
messages.deleteParticipantReaction#e3b7f82c peer:InputPeer msg_id:int participant:InputPeer = Updates;
Parameters
Returns
UpdatesGogram Example
// MessagesDeleteParticipantReaction - positional arguments result, err := client.MessagesDeleteParticipantReaction(&tg.InputPeerUser{UserID: int64(777000)}, 42, &tg.InputPeerUser{UserID: int64(777000)}) if err != nil { // handle error } // result is *tg.Updates
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |