Constructor: inputKeyboardButtonRequestPeer
Attributes:
Name | Type | Required |
---|---|---|
name_requested | Bool | Optional |
username_requested | Bool | Optional |
photo_requested | Bool | Optional |
text | string | Yes |
button_id | int | Yes |
peer_type | RequestPeerType | Yes |
max_quantity | int | Yes |
Type: KeyboardButton
Example:
$inputKeyboardButtonRequestPeer = ['_' => 'inputKeyboardButtonRequestPeer', 'name_requested' => Bool, 'username_requested' => Bool, 'photo_requested' => Bool, 'text' => 'string', 'button_id' => int, 'peer_type' => RequestPeerType, 'max_quantity' => int];