messages.deleteParticipantReaction
Layer 225
Constructor ID: 0xe3b7f82c
Returns: Updates
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
msg_id | int32 | |
participant | InputPeer |
Example
go
result, err := client.Raw(&tg.DeleteParticipantReactionRequest{
peer: nil, // InputPeer
msg_id: 0,
participant: nil, // InputPeer
})
if err != nil {
panic(err)
}
print(result)