Layer 220
MediaAreaUrl
Represents a URL media area.
constructor
mediaAreaUrl#37381085 coordinates:MediaAreaCoordinates url:string = MediaArea;
Parameters
| Name | Type | Description |
|---|---|---|
| Coordinates | MediaAreaCoordinates | The size and location of the media area corresponding to the URL button on top of the story media. |
| Url | string | URL to open when clicked. |
Returns
MediaAreaGogram Example
// Creating MediaAreaUrl constructor obj := &tg.MediaAreaUrl{ Coordinates: &tg.MediaAreaCoordinates{}, Url: "...", }