payments.ResolveStarGiftOffer¶
- class pyrogram.raw.functions.payments.ResolveStarGiftOffer[source]¶
Accept or decline a previously received collectible gift purchase offer », see here » for the full flow.
Usable by Users Bots- Details:
Layer:
229ID:
E9CE781C
- Parameters:
offer_msg_id (
int32-bit) – Identifier of the messageActionStarGiftPurchaseOffer service message describing the offer to act upon.decline (
bool, optional) – If set, declines the offer; otherwise, accepts it.
- Returns: