import { MessageEntity } from './MessageEntity.generated'; export interface InputMediaAnimation { type: string; media: string; thumbnail?: string; caption?: string; parse_mode?: string; caption_entities?: Array; show_caption_above_media?: boolean; width?: number; height?: number; duration?: number; has_spoiler?: boolean; }