Skip to content

GramIO API Reference / gramio/dist / EditUserStarSubscriptionParams

Interface: EditUserStarSubscriptionParams

Defined in: @gramio/types/out/params.d.ts:4287

Params object for editUserStarSubscription method

Properties

PropertyTypeDescriptionDefined in
is_canceledbooleanPass 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.@gramio/types/out/params.d.ts:4299
telegram_payment_charge_idstringTelegram payment identifier for the subscription@gramio/types/out/params.d.ts:4295
user_idnumberIdentifier of the user whose subscription will be edited@gramio/types/out/params.d.ts:4291