Skip to main content

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

NameTypeRequiredDescription
ButtonIDintyesbutton_id contained in the keyboardButtonRequestPeer
Peers[]RequestedPeerClassyesInfo about the shared peers.

References