flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b05: silent,
    b06: background,
    b08: withMyScore,
    b11: dropAuthor,
    b12: dropMediaCaptions,
    b14: noforwards,
    b09: topMsgId != null,
    b10: scheduleDate != null,
    b13: sendAs != null,
  );

  return v;
}