MadelineProto/docs/API_docs/constructors/inlineBotSwitchPM.md

557 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, ];