totalCount property

  1. @JsonKey(name: 'total_count')
int get totalCount
inherited

The total number of gifts owned by the user or the chat

Implementation

@JsonKey(name: 'total_count')
int get totalCount;