toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.get
/
GetUserChatBoosts
Get
User
Chat
Boosts
@
Serializable
data
class
GetUserChatBoosts
(
val
chatId
:
ChatIdentifier
,
val
userId
:
UserId
)
:
SimpleRequest
<
UserChatBoosts
>
,
ChatRequest
Members
Constructors
Get
User
Chat
Boosts
Link copied to clipboard
constructor
(
chatId
:
ChatIdentifier
,
userId
:
UserId
)
Properties
chat
Id
Link copied to clipboard
@
SerialName
(
value
=
"chat_id"
)
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
<
UserChatBoosts
>
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String