Raw.help.PeerColorSet

Raw.help.PeerColorSet

Represents a color palette that can be used in message accents.

help.peerColorSet#26219a58 colors:Vector<int> = help.PeerColorSet;
export namespace Raw {
  export namespace help {
    export class PeerColorSet {
      constructor(params: { colors: Array<number> }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x26219a58

Property

  • colors : Array of number

    A list of 1-3 colors in rgb format, describing the accent color.