flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: broadcast,
    b01: megagroup,
    b03: forImport,
    b05: forum,
    b02: geoPoint != null || address != null,
    b04: ttlPeriod != null,
  );

  return v;
}