teleproto - v1.229.0
    Preparing search index...

    Interface PeerColorIn

    interface PeerColorIn {
        _: "peerColor";
        backgroundEmojiId?: BigInteger;
        color?: number;
    }
    Index
    _: "peerColor"
    backgroundEmojiId?: BigInteger
    color?: number