Link Search Menu Expand Document

Constructor: inputKeyboardButtonRequestPeer

Back to constructors index

Attributes:

NameTypeRequired
name_requestedBoolOptional
username_requestedBoolOptional
photo_requestedBoolOptional
textstringYes
button_idintYes
peer_typeRequestPeerTypeYes
max_quantityintYes

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];