flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b02: pinned,
    b04: noforwards,
    b07: fwdModified,
    b05: mediaAreas != null,
    b00: caption != null,
    b01: entities != null,
    b03: period != null,
    b06: fwdFromId != null || fwdFromStory != null,
  );

  return v;
}