mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:47:24 +01:00
390 B
390 B
Constructor: inlineBotSwitchPM
Attributes:
Name | Type | Required |
---|---|---|
text | string | Required |
start_param | string | Required |
Type: InlineBotSwitchPM
Example:
$inlineBotSwitchPM = ['text' => string, 'start_param' => string, ];