//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.chat.modify](../index.md)/[SetChatDescription](index.md)
# SetChatDescription
[common] data class [SetChatDescription](index.md)(**chatId**: [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md), **description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [ChatRequest](../../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [SimpleRequest](../../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
## Functions
| Name | Summary |
|---|---|
| [method](method.md)| [common]
Content
open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
## Properties
| Name | Summary |
|---|---|
| [chatId](chat-id.md)| [common] open override val [chatId](chat-id.md): [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md)
|
| [description](description.md)| [common] val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
| [requestSerializer](request-serializer.md)| [common] open override val [requestSerializer](request-serializer.md): <*>
|
| [resultDeserializer](result-deserializer.md)| [common] open override val [resultDeserializer](result-deserializer.md): <[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|