SetChatPhoto

data class SetChatPhoto(val chatId: ChatIdentifier, val photo: MultipartFile = throw IllegalArgumentException("Unfortunately, this type of objects can't be parsed automatically")) : ChatRequest, MultipartRequest<Unit>

Constructors

Link copied to clipboard
constructor(chatId: ChatIdentifier, photo: MultipartFile = throw IllegalArgumentException("Unfortunately, this type of objects can't be parsed automatically"))

Properties

Link copied to clipboard
open override val chatId: ChatIdentifier
Link copied to clipboard
open override val mediaMap: Map<String, MultipartFile>
Link copied to clipboard
open override val paramsJson: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Unit>

Functions

Link copied to clipboard
open override fun method(): String