export interface ForwardMessagesOptionsApplicationJson { chat_id: number | string; message_thread_id?: number; direct_messages_topic_id?: number; from_chat_id: number | string; message_ids: Array; disable_notification?: boolean; protect_content?: boolean; }