editUserStarSubscription

inline fun editUserStarSubscription(userId: Long, telegramPaymentChargeId: String, isCanceled: Boolean): EditUserStarSubscriptionAction

Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars. Returns True on success.

Api reference

Parameters

userId

Identifier of the user whose subscription will be edited

telegramPaymentChargeId

Telegram payment identifier for the subscription

isCanceled

Pass True to cancel extension of the user subscription; the subscription must be active up to the end of the current subscription period. Pass False to allow the user to re-enable a subscription that was previously canceled by the bot.