rating property

  1. @JsonKey.new(name: 'rating')
UserRating? get rating
inherited

Optional. For private chats, the rating of the user if any

Implementation

@JsonKey(name: 'rating')
UserRating? get rating;