Layer 220
MediaAreaStarGift
Represents a collectible gift.
constructor
mediaAreaStarGift#5787686d coordinates:MediaAreaCoordinates slug:string = MediaArea;
Parameters
| Name | Type | Description |
|---|---|---|
| Coordinates | MediaAreaCoordinates | Coordinates of the media area. |
| Slug | string | slug from star Gift Unique. slug, that can be resolved as specified here. |
Returns
MediaAreaGogram Example
// Creating MediaAreaStarGift constructor obj := &tg.MediaAreaStarGift{ Coordinates: &tg.MediaAreaCoordinates{}, Slug: "...", }