personalRemainingCount property

  1. @JsonKey.new(name: 'personal_remaining_count')
int? get personalRemainingCount
inherited

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

Implementation

@JsonKey(name: 'personal_remaining_count')
int? get personalRemainingCount;