bio property

  1. @JsonKey(name: 'bio')
String? get bio
inherited

Optional. Bio of the other party in a private chat.

Implementation

@JsonKey(name: 'bio')
String? get bio;