mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
551 B
551 B
title | description |
---|---|
inlineBotSwitchPM | inlineBotSwitchPM attributes, type and example |
Constructor: inlineBotSwitchPM
Attributes:
Name | Type | Required |
---|---|---|
text | string | Required |
start_param | string | Required |
Type: InlineBotSwitchPM
Example:
$inlineBotSwitchPM = ['_' => inlineBotSwitchPM, 'text' => string, 'start_param' => string, ];