flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: out,
    b04: mentioned,
    b05: mediaUnread,
    b13: silent,
    b14: post,
    b19: legacy,
    b08: fromId != null,
    b03: replyTo != null,
    b25: ttlPeriod != null,
  );

  return v;
}