flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b10: self,
    b11: contact,
    b12: mutualContact,
    b13: deleted,
    b14: bot || botInfoVersion != null,
    b15: botChatHistory,
    b16: botNochats,
    b17: verified,
    b18: restricted || restrictionReason != null,
    b20: min,
    b21: botInlineGeo,
    b23: support,
    b24: scam,
    b25: applyMinPhoto,
    b26: fake,
    b27: botAttachMenu,
    b28: premium,
    b29: attachMenuEnabled,
    b00: accessHash != null,
    b01: firstName != null,
    b02: lastName != null,
    b03: username != null,
    b04: phone != null,
    b05: photo != null,
    b06: status != null,
    b19: botInlinePlaceholder != null,
    b22: langCode != null,
    b30: emojiStatus != null,
  );

  return v;
}