flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: out,
    b04: mentioned,
    b05: mediaUnread,
    b13: silent,
    b02: fwdFrom != null,
    b11: viaBotId != null,
    b03: replyTo != null,
    b07: entities != null,
    b25: ttlPeriod != null,
  );

  return v;
}