Expand description
Constants, error types, and functions for validating Sticker
fields.
Structs§
- Sticker
Validation Error - Error created if validation of a sticker field fails.
Enums§
- Sticker
Validation Error Type - Type of
StickerValidationError
that occurred.
Constants§
- STICKER_
DESCRIPTION_ LENGTH_ MAX - Maximum length of a sticker description.
- STICKER_
DESCRIPTION_ LENGTH_ MIN - Minimum length of a sticker description.
- STICKER_
NAME_ LENGTH_ MAX - Maximum length of a sticker name.
- STICKER_
NAME_ LENGTH_ MIN - Minimum length of a sticker name.
- STICKER_
TAGS_ LENGTH_ MAX - Maximum length of the sticker’s tags.
- STICKER_
TAGS_ LENGTH_ MIN - Minimum length of the sticker’s tags.
Functions§
- description
- Ensure that a sticker’s description is correct.
- name
- Ensure that a sticker’s name is correct.
- tags
- Ensure that a sticker’s tags is correct.