Skip to content

Commit 30c4633

Browse files
committed
Add missing typings
1 parent d3f203a commit 30c4633

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

typings/telegram-types.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export type MessageSubTypes =
4040
'voice' |
4141
'video_note' |
4242
'video' |
43+
'animation' |
4344
'venue' |
4445
'text' |
4546
'supergroup_chat_created' |
@@ -57,14 +58,16 @@ export type MessageSubTypes =
5758
'invoice' |
5859
'group_chat_created' |
5960
'game' |
61+
'dice' |
6062
'document' |
6163
'delete_chat_photo' |
6264
'contact' |
6365
'channel_chat_created' |
6466
'audio' |
65-
'passport_data' |
6667
'connected_website' |
67-
'animation'
68+
'passport_data' |
69+
'poll' |
70+
'forward'
6871

6972
export type InputMediaTypes =
7073
'photo'

0 commit comments

Comments
 (0)