toggle menu
Telegram Bot
7.6.2
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.stars
/
TransactionPartner
/
AffiliateProgram
Affiliate
Program
@
Serializable
@
SerialName
(
value
=
"affiliate_program"
)
data
class
AffiliateProgram
(
val
sponsorUser
:
User
?
=
null
,
val
commissionPerMille
:
Int
)
:
TransactionPartner
Members
Constructors
Affiliate
Program
Link copied to clipboard
constructor
(
sponsorUser
:
User
?
=
null
,
commissionPerMille
:
Int
)
Properties
commission
Per
Mille
Link copied to clipboard
val
commissionPerMille
:
Int
sponsor
User
Link copied to clipboard
val
sponsorUser
:
User
?
=
null
type
Link copied to clipboard
val
type
:
String