flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: archived,
    b02: official,
    b03: masks,
    b07: emojis,
    b09: textColor,
    b10: channelEmojiStatus,
    b11: creator,
    b00: installedDate != null,
    b04: thumbs != null || thumbDcId != null || thumbVersion != null,
    b08: thumbDocumentId != null,
  );

  return v;
}