CreateChatInviteLinkUnlimited
data class CreateChatInviteLinkUnlimited(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink<ChatInviteLinkUnlimited>
Represent request WITHOUT member_limit and creates_join_request
See also
Constructors
Link copied to clipboard
constructor(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)