messages.deleteParticipantReactions
No description available.
func (c *Client) MessagesDeleteParticipantReactions(ctx context.Context, request *MessagesDeleteParticipantReactionsRequest) (bool, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.MessagesDeleteParticipantReactions(ctx, &tg.MessagesDeleteParticipantReactionsRequest{
// see Parameters
})
if err != nil {
return err
}
_ = res // bool
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Peer | InputPeerClass | yes | Peer field of MessagesDeleteParticipantReactionsRequest. |
Participant | InputPeerClass | yes | Participant field of MessagesDeleteParticipantReactionsRequest. |
Returns
bool
References
- Official documentation
- Generated Go reference
- TL definition:
messages.deleteParticipantReactions#a0b80cf8