flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: canceled,
    b01: canRefulfill,
    b02: missingBalance,
    b07: botCanceled,
    b03: chatInviteHash != null,
    b04: title != null,
    b05: photo != null,
    b06: invoiceSlug != null,
  );

  return v;
}