Layer 224
InputWebFileLocation
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.InputWebFileLocation interface.
Use any of the following constructors:
InputWebFileGeoPointLocation
Used to download a server-generated image with the map preview from a geo Point, see the webfile doc
InputWebFileAudioAlbumThumbLocation
Used to download an album cover for any music file using upload. get Web File, see the webfile docs fo
InputWebFileLocation
Location of a remote HTTP(s) file
Gogram Example
// InputWebFileLocation is an interface type // You can use any of the following constructors: var _ tg.InputWebFileLocation = &tg.InputWebFileGeoPointLocation{} var _ tg.InputWebFileLocation = &tg.InputWebFileAudioAlbumThumbLocation{} var _ tg.InputWebFileLocation = &tg.InputWebFileLocation{}