export interface CreateChatSubscriptionInviteLinkOptionsApplicationXWwwFormUrlencoded { chat_id: number | string; name?: string; subscription_period: number; subscription_price: number; }