mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-08-30 04:46:50 +00:00
2.0 KiB
2.0 KiB
//docs/dev.inmo.tgbotapi.requests.chat.get/GetChat
GetChat
[common] data class GetChat(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<ExtendedChat>
Functions
| Name | Summary |
|---|---|
| method | [common] Content open override fun method(): String |
Properties
| Name | Summary |
|---|---|
| chatId | [common] open override val chatId: ChatIdentifier |
| requestSerializer | [common] open override val requestSerializer: <*> |
| resultDeserializer | [common] open override val resultDeserializer: <ExtendedChat> |