//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.chat.modify](../index.md)/[SetChatPhoto](index.md) # SetChatPhoto [common] data class [SetChatPhoto](index.md)(**chatId**: [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md), **photo**: [MultipartFile](../../dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.md)) : [ChatRequest](../../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [MultipartRequest](../../dev.inmo.tgbotapi.requests.abstracts/-multipart-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)
| | [mediaMap](media-map.md)| [common] open override val [mediaMap](media-map.md): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [MultipartFile](../../dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.md)>
| | [paramsJson](params-json.md)| [common] open override val [paramsJson](params-json.md):
| | [photo](photo.md)| [common] val [photo](photo.md): [MultipartFile](../../dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.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)>
|