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

MediaArea

Gogram Example

// Creating MediaAreaUrl constructor
obj := &tg.MediaAreaUrl{
    Coordinates: &tg.MediaAreaCoordinates{},
    Url: "...",
}