mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-06 00:13:48 +00:00
13 lines
1.0 KiB
Markdown
13 lines
1.0 KiB
Markdown
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.chat.modify](index.md)/[setChatTitle](set-chat-title.md)
|
|
|
|
|
|
|
|
# setChatTitle
|
|
[common]
|
|
Content
|
|
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[setChatTitle](set-chat-title.md)(chatId: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
|
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[setChatTitle](set-chat-title.md)(chat: [PublicChat](../dev.inmo.tgbotapi.types.chat.abstracts/-public-chat/index.md), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
|
|
|
|
|
|