docs
3.0.1
common
docs
/
dev.inmo.tgbotapi.requests.chat.modify
/
SetChatTitle
Set
Chat
Title
common
data
class
SetChatTitle
(
val
chatId
:
ChatIdentifier
,
val
title
:
String
)
:
ChatRequest
,
SimpleRequest
<
Boolean
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Set
Chat
Title
Link copied to clipboard
common
fun
SetChatTitle
(
chatId
:
ChatIdentifier
,
title
:
String
)
Content copied to clipboard
Functions
method
Link copied to clipboard
common
open
override
fun
method
(
)
:
String
Content copied to clipboard
Properties
chat
Id
Link copied to clipboard
common
open
override
val
chatId
:
ChatIdentifier
Content copied to clipboard
request
Serializer
Link copied to clipboard
common
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
Content copied to clipboard
result
Deserializer
Link copied to clipboard
common
open
override
val
resultDeserializer
:
DeserializationStrategy
<
Boolean
>
Content copied to clipboard
title
Link copied to clipboard
common
val
title
:
String
Content copied to clipboard