flags2 property

int get flags2

Flags2.

Implementation

int get flags2 {
  final v = _flag(
    b01: botCanEdit,
    b02: closeFriend,
    b03: storiesHidden,
    b04: storiesUnavailable,
    b10: contactRequirePremium,
    b11: botBusiness,
    b13: botHasMainApp,
    b16: botForumView,
    b17: botForumCanManageTopics,
    b18: botCanManageBots,
    b19: botGuestchat,
    b20: botGuard,
    b00: usernames != null,
    b05: storiesMaxId != null,
    b08: color != null,
    b09: profileColor != null,
    b12: botActiveUsers != null,
    b14: botVerificationIcon != null,
    b15: sendPaidMessagesStars != null,
    b21: linkedCommunityId != null,
  );

  return v;
}