RevokeChatInviteLink

data class RevokeChatInviteLink(chatId: ChatIdentifier, inviteLink: String) : KnownChatInviteLinkRequest

Functions

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

Properties

chatId
Link copied to clipboard
common
open override val chatId: ChatIdentifier
inviteLink
Link copied to clipboard
common
open override val inviteLink: String
requestSerializer
Link copied to clipboard
common
open override val requestSerializer: SerializationStrategy<*>
resultDeserializer
Link copied to clipboard
common
open override val resultDeserializer: DeserializationStrategy<CommonInviteLink>