EditChatInviteLinkWithJoinRequest

data class EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String?, expirationUnixTimeStamp: TelegramDate?) : EditChatInviteLink<ChatInviteLinkWithJoinRequest> , WithJoinRequestChatInviteLinkRequest

Represent [https://core.telegram.org/bots/api#editchatinvitelink] request WITHOUT member_limit and WITH creates_join_request

See also

Constructors

EditChatInviteLinkWithJoinRequest
Link copied to clipboard
common
fun EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, 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?
inviteLink
Link copied to clipboard
common
open override val inviteLink: String
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>