flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b03: invertMedia,
    b04: forceLargeMedia,
    b05: forceSmallMedia,
    b06: optional,
    b01: entities != null,
    b02: replyMarkup != null,
  );

  return v;
}