Interface ChatFolderName

Describes name of a chat folder.

interface ChatFolderName {
    @type: "chatFolderName";
    animate_custom_emoji?: boolean;
    text: FormattedText;
}

Properties

@type: "chatFolderName"
animate_custom_emoji?: boolean

True, if custom emoji in the name must be animated.

The text of the chat folder name; 1-12 characters without line feeds. May contain only CustomEmoji entities.