Interface ChatPhotoStickerTypeCustomEmoji

Information about the custom emoji, which was used to create the chat photo. Subtype of ChatPhotoStickerType.

interface ChatPhotoStickerTypeCustomEmoji {
    @type: "chatPhotoStickerTypeCustomEmoji";
    custom_emoji_id: string;
}

Properties

@type: "chatPhotoStickerTypeCustomEmoji"
custom_emoji_id: string

Identifier of the custom emoji.