docs / com.github.insanusmokrassar.TelegramBotAPI.requests.chat.modify / SetChatTitle

SetChatTitle

(common) data class SetChatTitle : ChatRequest, SimpleRequest<Boolean> (source)

Constructors

(common)

<init>

SetChatTitle(chatId: ChatIdentifier, title: String)

Properties

(common)

chatId

val chatId: ChatIdentifier
(common)

requestSerializer

val requestSerializer: SerializationStrategy<*>
(common)

resultDeserializer

val resultDeserializer: DeserializationStrategy<Boolean>
(common)

title

val title: String

Functions

(common)

method

fun method(): String