1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-30 04:46:50 +00:00
Files
tgbotapi/docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.md
InsanusMokrassar b942627f12 deploy: 308fb9274b
2021-03-17 15:18:37 +00:00

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>