mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
492 B
492 B
title |
---|
inlineBotSwitchPM |
Constructor: inlineBotSwitchPM
Attributes:
Name | Type | Required |
---|---|---|
text | string | Required |
start_param | string | Required |
Type: InlineBotSwitchPM
Example:
$inlineBotSwitchPM = ['_' => inlineBotSwitchPM', 'text' => string, 'start_param' => string, ];