flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: out,
    b01: topMsgId != null,
    b02: entities != null,
    b03: media != null,
    b04: replyMarkup != null,
    b06: replyTo != null,
  );

  return v;
}