MadelineProto/docs/API_docs/constructors/inlineBotSwitchPM.md
2016-12-20 13:32:11 +01:00

552 B

title description
inlineBotSwitchPM inlineBotSwitchPM attributes, type and example

Constructor: inlineBotSwitchPM

Back to constructors index

Attributes:

Name Type Required
text string Required
start_param string Required

Type: InlineBotSwitchPM

Example:

$inlineBotSwitchPM = ['_' => inlineBotSwitchPM', 'text' => string, 'start_param' => string, ];