personalTotalCount property

  1. @JsonKey.new(name: 'personal_total_count')
int? get personalTotalCount
inherited

Optional. The total number of gifts of this type that can be sent by the bot; for limited gifts only

Implementation

@JsonKey(name: 'personal_total_count')
int? get personalTotalCount;