messageActionRequestedPeerSentMe
Contains info about one or more peers that the a user shared with the me (the bot) after clicking on a keyboardButtonRequestPeer button (service message received by the bot).
type tg.MessageActionRequestedPeerSentMe struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ButtonID | int | yes | button_id contained in the keyboardButtonRequestPeer |
Peers | []RequestedPeerClass | yes | Info about the shared peers. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionRequestedPeerSentMe#93b31848