export interface CreateChatInviteLinkOptionsApplicationJson { chat_id: number | string; name?: string; expire_date?: number; member_limit?: number; creates_join_request?: boolean; }