Skip to content

Commit c5ff031

Browse files
committed
Added payload to bot_started update
1 parent b965bfb commit c5ff031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

schema.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,6 +2358,12 @@ components:
23582358
description: User pressed the 'Start' button
23592359
allOf:
23602360
- $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
23612367
required:
23622368
- chat_id
23632369
- user

0 commit comments

Comments
 (0)