export interface EditChatSubscriptionInviteLinkOptionsApplicationXWwwFormUrlencoded { chat_id: number | string; invite_link: string; name?: string; }