Link Search Menu Expand Document

Constructor: inputButtonTypeRequestPeer

Back to constructors index

Attributes:

NameTypeRequired
name_requestedBoolOptional
username_requestedBoolOptional
photo_requestedBoolOptional
button_idintYes
peer_typeRequestPeerTypeYes
max_quantityintYes

Type: ButtonType

Example:

$inputButtonTypeRequestPeer = ['_' => 'inputButtonTypeRequestPeer', 'name_requested' => Bool, 'username_requested' => Bool, 'photo_requested' => Bool, 'button_id' => int, 'peer_type' => RequestPeerType, 'max_quantity' => int];