Layer 220
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

MediaArea

Gogram Example

// Creating MediaAreaStarGift constructor
obj := &tg.MediaAreaStarGift{
    Coordinates: &tg.MediaAreaCoordinates{},
    Slug: "...",
}