GetChat

data class GetChat(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<ExtendedChat>

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<ExtendedChat>