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