Document that Web App link in botMenuButton must be processed differently.
This commit is contained in:
parent
0f984b24c7
commit
8d6caa1688
@ -588,7 +588,9 @@ botCommand command:string description:string = BotCommand;
|
|||||||
//@description Contains a list of bot commands @bot_user_id Bot's user identifier @commands List of bot commands
|
//@description Contains a list of bot commands @bot_user_id Bot's user identifier @commands List of bot commands
|
||||||
botCommands bot_user_id:int53 commands:vector<botCommand> = BotCommands;
|
botCommands bot_user_id:int53 commands:vector<botCommand> = BotCommands;
|
||||||
|
|
||||||
//@description Describes a button to be shown instead of bot commands menu button @text Text of the button @url URL to be passed to openWebApp
|
//@description Describes a button to be shown instead of bot commands menu button
|
||||||
|
//@text Text of the button
|
||||||
|
//@url URL of a Web App to open when the button is pressed. If the link is of the type internalLinkTypeWebApp, then it must be processed accordingly. Otherwise, the link must be passed to openWebApp
|
||||||
botMenuButton text:string url:string = BotMenuButton;
|
botMenuButton text:string url:string = BotMenuButton;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user