CreateChatInviteLinkWithJoinRequest

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
common
fun CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)

Functions

method
Link copied to clipboard
common
open override fun method(): String

Properties

chatId
Link copied to clipboard
common
open override val chatId: ChatIdentifier
expirationUnixTimeStamp
Link copied to clipboard
common
open override val expirationUnixTimeStamp: TelegramDate? = null
expireDate
Link copied to clipboard
common
open override val expireDate: DateTime?
name
Link copied to clipboard
common
open override val name: String? = null
requestSerializer
Link copied to clipboard
common
open override val requestSerializer: SerializationStrategy<*>
resultDeserializer
Link copied to clipboard
common
abstract val resultDeserializer: DeserializationStrategy<ChatInviteLinkWithJoinRequest>