ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.edit.payments
/
EditUserStarSubscription
Edit
User
Star
Subscription
data
class
EditUserStarSubscription
(
val
userId
:
UserId
,
val
telegramPaymentChargeId
:
TelegramPaymentChargeId
,
val
isCanceled
:
Boolean
)
:
SimpleRequest
<
Unit
>
Members
Constructors
Edit
User
Star
Subscription
Link copied to clipboard
constructor
(
userId
:
UserId
,
telegramPaymentChargeId
:
TelegramPaymentChargeId
,
isCanceled
:
Boolean
)
Properties
is
Canceled
Link copied to clipboard
val
isCanceled
:
Boolean
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
<Error class: unknown class>
<
out
<Error class: unknown class>
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
<Error class: unknown class>
<
Unit
>
telegram
Payment
Charge
Id
Link copied to clipboard
val
telegramPaymentChargeId
:
TelegramPaymentChargeId
user
Id
Link copied to clipboard
val
userId
:
UserId
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String