export interface RevokeChatInviteLinkOptionsApplicationJson { chat_id: number | string; invite_link: string; }