isAnonymous property

  1. @JsonKey(name: 'is_anonymous')
bool get isAnonymous
inherited

True, if the user's presence in the chat is hidden

Implementation

@JsonKey(name: 'is_anonymous')
bool get isAnonymous;