From 7403a1c55fcce02e0ad192b61c38572ba455fbdf Mon Sep 17 00:00:00 2001 From: Mahan Date: Mon, 29 Apr 2024 08:00:54 +0000 Subject: [PATCH] Make category in CustomEmoji nullable (#1435) Update CustomEmoji.md - Add nullable to category --- content/en/entities/CustomEmoji.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/CustomEmoji.md b/content/en/entities/CustomEmoji.md index 49a9077ca5..a027899000 100644 --- a/content/en/entities/CustomEmoji.md +++ b/content/en/entities/CustomEmoji.md @@ -61,7 +61,7 @@ aliases: [ ### `category` {#category} **Description:** Used for sorting custom emoji in the picker.\ -**Type:** String\ +**Type:** {{}} String\ **Version history:**\ 3.0.0 - added