export interface DeleteMessageOptionsApplicationJson { chat_id: number | string; message_id: number; }