interface ForumEmoji {
    id: null | string;
    name: null | string;
}

Properties

Properties

id: null | string

The ID of this emoji if custom, null otherwise.

name: null | string

The unicode codepoint of this emoji if default, null otherwise.