AttachmentCountExceeded

data class AttachmentCountExceeded(val attachmentCount: Int, val maxAttachmentCount: Int) : ValidationError

Represents a validation error that happens when the number of selected attachments is too big to be sent in a single message.

Parameters

attachmentCount

The number of selected attachments.

maxAttachmentCount

The maximum allowed number of attachments in a single message.

Constructors

Link copied to clipboard
constructor(attachmentCount: Int, maxAttachmentCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard