commissionPerMille property

  1. @JsonKey.new(name: 'commission_per_mille')
int get commissionPerMille
inherited

The number of Telegram Stars received by the affiliate for each 1000 Telegram Stars received by the bot from referred users.

Implementation

@JsonKey(name: 'commission_per_mille')
int get commissionPerMille;