flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b07: canSetUsername,
    b08: hasScheduled,
    b19: translationsDisabled,
    b02: chatPhoto != null,
    b13: exportedInvite != null,
    b03: botInfo != null,
    b06: pinnedMsgId != null,
    b11: folderId != null,
    b12: call != null,
    b14: ttlPeriod != null,
    b15: groupcallDefaultJoinAs != null,
    b16: themeEmoticon != null,
    b17: requestsPending != null || recentRequesters != null,
    b18: availableReactions != null,
  );

  return v;
}