GiftOffer
GiftOffer object
Methods
.toDict()
- converts theGiftOffer
object back to a dict
Attributes
.id
- retrievesoffer_id
.amount
- amount of TON offered.status
- status of the offer.created_at
- date+time of when the offer was created.updated_at
- date+time of when the offer was updated (if was).expires_at
- expiration date+time of the offer.nft
- returnsPortalsGift
object. See PortalsGift
Last updated