toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.chat.get
/
GetChatAdministrators
Get
Chat
Administrators
@
Serializable
data
class
GetChatAdministrators
(
val
chatId
:
ChatIdentifier
)
:
ChatRequest
,
SimpleRequest
<
List
<
AdministratorChatMember
>
>
Members
Constructors
Get
Chat
Administrators
Link copied to clipboard
constructor
(
chatId
:
ChatIdentifier
)
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
<
List
<
AdministratorChatMember
>
>
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String