libtd-ktx / kotlinx.telegram.coroutines / setChatDescription
setChatDescription
suspend fun TelegramFlow.setChatDescription(chatId: Long, description: String?): Unit
Suspend function, which changes information about a chat. Available for basic groups, supergroups, and channels. Requires canChangeInfo rights.
Parameters
chatId - Identifier of the chat.
description - New chat description; 0-255 characters.