Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionPeerColorChanged

    Group peer color has been changed

    interface ChatActionPeerColorChanged {
        new: ChatColors;
        prev: ChatColors;
        type: "peer_color_changed" | "profile_peer_color_changed";
    }
    Index

    Properties

    Properties

    New colors

    Previous colors

    type: "peer_color_changed" | "profile_peer_color_changed"