Create Chat Invite Link With Join Request
data class CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String?, expirationUnixTimeStamp: TelegramDate?) : CreateChatInviteLink<ChatInviteLinkWithJoinRequest> , WithJoinRequestChatInviteLinkRequest
Content copied to clipboard
Represent [https://core.telegram.org/bots/api#createchatinvitelink] request WITHOUT member_limit
and WITH creates_join_request
See also
Constructors
CreateChatInviteLinkWithJoinRequest
Link copied to clipboard
fun CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
Content copied to clipboard
Functions
Properties
chatId
Link copied to clipboard
expirationUnixTimeStamp
Link copied to clipboard
expireDate
Link copied to clipboard
requestSerializer
Link copied to clipboard
resultDeserializer
Link copied to clipboard
abstract val resultDeserializer: DeserializationStrategy<ChatInviteLinkWithJoinRequest>
Content copied to clipboard