docs
4.2.4
common
docs
/
dev.inmo.tgbotapi.requests.chat.get
/
GetChat
Get
Chat
@
Serializable
data
class
GetChat
(
val
chatId
:
ChatIdentifier
)
:
ChatRequest
,
SimpleRequest
<
ExtendedChat
>
Constructors
Functions
Properties
Constructors
Get
Chat
Link copied to clipboard
fun
GetChat
(
chatId
:
ChatIdentifier
)
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String
Properties
chat
Id
Link copied to clipboard
open
override
val
chatId
:
ChatIdentifier
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
ExtendedChat
>