Documentation - v0.32.2
    Preparing search index...

    Type Alias ChatTheme

    ChatTheme:
        | { emoji: string; type: "emoji" }
        | { gift: StarGiftUnique; settings: tl.TypeThemeSettings[]; type: "gift" }

    Theme of a chat

    Type Declaration