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.