Create Chat Invite Link Unlimited
data class CreateChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String?, expirationUnixTimeStamp: TelegramDate?) : CreateChatInviteLink<ChatInviteLinkUnlimited>
Content copied to clipboard
Represent [https://core.telegram.org/bots/api#createchatinvitelink] request WITHOUT member_limit
and creates_join_request
See also
Constructors
Link copied to clipboard
fun CreateChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<ChatInviteLinkUnlimited>
Content copied to clipboard