Constructor: 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).
Attributes:
Name | Type | Required | Description |
---|---|---|---|
button_id | int | Yes | button_id contained in the keyboardButtonRequestPeer |
peers | Array of RequestedPeer | Yes | Info about the shared peers. |
Type: MessageAction
Example:
$messageActionRequestedPeerSentMe = ['_' => 'messageActionRequestedPeerSentMe', 'button_id' => int, 'peers' => [RequestedPeer, RequestedPeer]];