export interface SetChatDescriptionOptionsApplicationJson { chat_id: number | string; description?: string; }