Documentation ¶
Index ¶
Constants ¶
View Source
const ( TextMessageMaxLength = 4000 HeadlineMaxLength = 280 TopicMaxLength = 20 )
View Source
const ( BoxedTextMessageBodyMaxLength = 5000 BoxedEditMessageBodyMaxLength = 5000 BoxedHeadlineMessageBodyMaxLength = 380 BoxedMetadataMessageBodyMaxLength = 200 BoxedJoinMessageBodyMaxLength = 200 BoxedLeaveMessageBodyMaxLength = 200 )
Variables ¶
This section is empty.
Functions ¶
func CheckMessageBoxed ¶
func CheckMessageBoxed(msg chat1.MessageBoxed) error
func CheckMessagePlaintext ¶
func CheckMessagePlaintext(msg chat1.MessagePlaintext) error
Types ¶
type MessageBoxedLengthExceedingError ¶
type MessageBoxedLengthExceedingError struct {
DescriptibleItemName string
}
func (MessageBoxedLengthExceedingError) Error ¶
func (e MessageBoxedLengthExceedingError) Error() string
type MessagePlaintextLengthExceedingError ¶
func (MessagePlaintextLengthExceedingError) Error ¶
func (e MessagePlaintextLengthExceedingError) Error() string
func (MessagePlaintextLengthExceedingError) IsImmediateFail ¶
func (e MessagePlaintextLengthExceedingError) IsImmediateFail() (chat1.OutboxErrorType, bool)
Click to show internal directories.
Click to hide internal directories.