Client.on_purchased_paid_media()¶
- Client.on_purchased_paid_media()
Decorator for handling purchased paid media.
This does the same thing as
add_handler()using thePurchasedPaidMediaHandler.Usable by Users Bots
- Parameters:
filters (
filters, optional) – Pass one or more filters to allow only a subset of updates to be passed in your function.group (
int, optional) – The group identifier, defaults to 0.