UploadStickerFile
data class UploadStickerFile(val userId: UserId, val sticker: MultipartFile = throw IllegalStateException("Detected autocreating try: this class can't be deserialized"), val stickerFormat: StickerFormat) : MultipartRequest<File>
Constructors
Link copied to clipboard
constructor(userId: UserId, sticker: MultipartFile = throw IllegalStateException("Detected autocreating try: this class can't be deserialized"), stickerFormat: StickerFormat)