affiliateUser property

  1. @JsonKey.new(name: 'affiliate_user')
User? get affiliateUser
inherited

The bot or the user that received an affiliate commission if it was received by a bot or a user.

Implementation

@JsonKey(name: 'affiliate_user')
User? get affiliateUser;