teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsUpdateColorParams

    interface ChannelsUpdateColorParams {
        backgroundEmojiId?: BigInteger;
        channel: EntityLike;
        color?: number;
        forProfile?: boolean;
    }
    Index
    backgroundEmojiId?: BigInteger

    Custom emoji ID used in the accent color pattern.

    channel: EntityLike

    Channel whose accent color should be changed.

    color?: number

    ID of the accent color palette » to use (not RGB24, see here » for more info); if not set, the default palette is used.

    forProfile?: boolean

    Whether to change the accent color emoji pattern of the profile page; otherwise, the accent color and emoji pattern of messages will be changed. Channels can change both message and profile palettes; supergroups can only change the profile palette, of course after reaching the appropriate boost level .