flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: correspondents,
    b01: botsPm,
    b02: botsInline,
    b03: phoneCalls,
    b04: forwardUsers,
    b05: forwardChats,
    b10: groups,
    b15: channels,
  );

  return v;
}