messageActionRequestedPeer
Contains info about one or more peers that the we (the user) shared with the bot after clicking on a keyboardButtonRequestPeer button (service message sent by the user).
type tg.MessageActionRequestedPeer struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ButtonID | int | yes | button_id contained in the keyboardButtonRequestPeer |
Peers | []PeerClass | yes | The shared peers |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionRequestedPeer#31518e9b