flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b05: silent,
    b06: background,
    b08: withMyScore,
    b11: dropAuthor,
    b12: dropMediaCaptions,
    b14: noforwards,
    b19: allowPaidFloodskip,
    b09: topMsgId != null,
    b22: replyTo != null,
    b10: scheduleDate != null,
    b24: scheduleRepeatPeriod != null,
    b13: sendAs != null,
    b17: quickReplyShortcut != null,
    b18: effect != null,
    b20: videoTimestamp != null,
    b21: allowPaidStars != null,
    b23: suggestedPost != null,
  );

  return v;
}