Group peer color has been changed

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

Properties

Properties

New colors

Previous colors

type: "peer_color_changed" | "profile_peer_color_changed"