import { Api } from "https://dotland.deno.dev/x/grammy@v1.31.0/mod.ts";
Use this method to create a subscription invite link for a channel chat. The bot must have the can_invite_users administrator rights. The link can be edited using the method editChatSubscriptionInviteLink or revoked using the method revokeChatInviteLink. Returns the new invite link as a ChatInviteLink object.
Parameters
Unique identifier for the target channel chat or username of the target channel (in the format @channelusername)
The number of seconds the subscription will be active for before the next payment. Currently, it must always be 2592000 (30 days).
The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat; 1-2500
Optional remaining parameters, confer the official reference below
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#createchatsubscriptioninvitelink