Link Search Menu Expand Document

Constructor: buttonTypeRequestPeer

Back to constructors index

Attributes:

NameTypeRequired
button_idintYes
peer_typeRequestPeerTypeYes
max_quantityintYes

Type: ButtonType

Example:

$buttonTypeRequestPeer = ['_' => 'buttonTypeRequestPeer', 'button_id' => int, 'peer_type' => RequestPeerType, 'max_quantity' => int];