BotSubscriptionUpdatedState¶
- class aiogram.enums.bot_subscription_updated_state.BotSubscriptionUpdatedState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
This object contains information about changes to a user payment subscription toward the current bot.
Source: https://core.telegram.org/bots/api#botsubscriptionupdated
- CANCELED = 'canceled'¶
- ACTIVE = 'active'¶
- FAILED = 'failed'¶