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