We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
payload
bot_started
1 parent b965bfb commit c5ff031Copy full SHA for c5ff031
1 file changed
schema.yaml
@@ -2358,6 +2358,12 @@ components:
2358
description: User pressed the 'Start' button
2359
allOf:
2360
- $ref: '#/components/schemas/User'
2361
+ payload:
2362
+ description: Additional data from deep-link passed on bot startup
2363
+ type: string
2364
+ maxLength: 512
2365
+ nullable: true
2366
+ readOnly: false
2367
required:
2368
- chat_id
2369
- user
0 commit comments