editChatSubscriptionInviteLink
suspend fun TelegramBot.editChatSubscriptionInviteLink(chatId: ChatIdentifier, previousLink: String, name: String): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatSubscriptionInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatSubscriptionInviteLink(chat: PublicChat, previousLink: String, name: String): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatSubscriptionInviteLink(chat: PublicChat, previousLink: ChatInviteLink, name: String): ChatInviteLinkUnlimited