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