flags property

int flags

Flags.

Implementation

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

  return v;
}