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