flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: creator,
    b05: botParticipant,
    b03: hasUsername,
    b04: forum,
    b01: userAdminRights != null,
    b02: botAdminRights != null,
  );

  return v;
}