Packs

Create pack

Creates a new emoji or sticker pack owned by the authenticated user. The pack type is specified in the path parameter and can be either "emoji" or "sticker". Returns the newly created pack with its metadata.

post/packs/{pack_type}

Path parameters

pack_typestring required

The pack type

Request body

namestring required

The name of the pack

descriptionstring nullable

The description of the pack

Response

Success

idstring required

The unique identifier (snowflake) for the pack

namestring required

The display name of the pack

descriptionstring nullable required

The description of the pack

type'emoji' | 'sticker' required

The type of expression pack (emoji or sticker)

creator_idstring required

The ID of the user who created the pack

created_atstring date-time required

ISO8601 timestamp of when the pack was created

updated_atstring date-time required

ISO8601 timestamp of when the pack was last updated

installed_atstring date-time

ISO8601 timestamp of when the pack was installed by the user

Changes

No recorded changes to this endpoint across all 1 revision of this API.