ExportChatInviteLink

data class ExportChatInviteLink(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<String>

Functions

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

Properties

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