create Chat Invite Link Unlimited
suspend fun TelegramBot.createChatInviteLinkUnlimited( chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited
Content copied to clipboard
suspend fun TelegramBot.createChatInviteLinkUnlimited( chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited
Content copied to clipboard
suspend fun TelegramBot.createChatInviteLinkUnlimited( chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
Content copied to clipboard
suspend fun TelegramBot.createChatInviteLinkUnlimited( chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
Content copied to clipboard