# GiftOffer

### GiftOffer object

#### Methods

* `.toDict()` - converts the `GiftOffer` object back to a dict

#### Attributes

* `.id` - retrieves `offer_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`  - returns `PortalsGift` object. See [PortalsGift](https://bleach-1.gitbook.io/aportalsmp/documentation/aportalsmp.classes.objects/gifts/portalsgift)
