Constructor: messageActionRequestedPeer
Contains info about one or more peers that the user shared with the bot after clicking on a keyboardButtonRequestPeer button.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
button_id | int | Yes | button_id contained in the keyboardButtonRequestPeer |
peers | Array of Peer | Yes | The shared peers |
Type: MessageAction
Example:
$messageActionRequestedPeer = ['_' => 'messageActionRequestedPeer', 'button_id' => int, 'peers' => [Peer, Peer]];