docs / com.github.insanusmokrassar.TelegramBotAPI.requests.chat.get / GetChat

GetChat

(common) data class GetChat : ChatRequest, SimpleRequest<ExtendedChat> (source)

Constructors

(common)

<init>

GetChat(chatId: ChatIdentifier)

Properties

(common)

chatId

val chatId: ChatIdentifier
(common)

requestSerializer

val requestSerializer: SerializationStrategy<*>
(common)

resultDeserializer

val resultDeserializer: DeserializationStrategy<ExtendedChat>

Functions

(common)

method

fun method(): String