We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f203a commit 30c4633Copy full SHA for 30c4633
1 file changed
typings/telegram-types.d.ts
@@ -40,6 +40,7 @@ export type MessageSubTypes =
40
'voice' |
41
'video_note' |
42
'video' |
43
+ 'animation' |
44
'venue' |
45
'text' |
46
'supergroup_chat_created' |
@@ -57,14 +58,16 @@ export type MessageSubTypes =
57
58
'invoice' |
59
'group_chat_created' |
60
'game' |
61
+ 'dice' |
62
'document' |
63
'delete_chat_photo' |
64
'contact' |
65
'channel_chat_created' |
66
'audio' |
- 'passport_data' |
67
'connected_website' |
- 'animation'
68
+ 'passport_data' |
69
+ 'poll' |
70
+ 'forward'
71
72
export type InputMediaTypes =
73
'photo'
0 commit comments