Layer 220
MessagesReportReaction
Report a message reaction
method
Users
messages.reportReaction#3f64c076 peer:InputPeer id:int reaction_peer:InputPeer = Bool;
Parameters
Returns
BoolPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | MSG_ID_INVALID | Invalid message ID provided. |
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |
| 400 | USER_ID_INVALID | The provided user ID is invalid. |
Gogram Example
// MessagesReportReaction - positional arguments result, err := client.MessagesReportReaction(&tg.InputPeerUser{UserID: int64(123456789)}, 0, &tg.InputPeerUser{UserID: int64(123456789)}) if err != nil { // handle error } // result is *tg.Bool