mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-09 10:40:27 +00:00
Add missing fields to Video interface
See https://core.telegram.org/bots/api#video
This commit is contained in:
+2
@@ -372,11 +372,13 @@ declare namespace TelegramBot {
|
||||
}
|
||||
|
||||
interface Video {
|
||||
file_id: string;
|
||||
width: number;
|
||||
height: number;
|
||||
duration: number;
|
||||
thumb?: PhotoSize;
|
||||
mime_type?: string;
|
||||
file_size: number;
|
||||
}
|
||||
|
||||
interface Voice extends FileBase {
|
||||
|
||||
Reference in New Issue
Block a user