type github.com/gotd/td/tg.InputWebFileLocationClass

25 uses

	github.com/gotd/td/tg (current package)
		tl_input_web_file_location_gen.go#L49: func (i InputWebFileLocation) construct() InputWebFileLocationClass { return &i }
		tl_input_web_file_location_gen.go#L58: 	_ InputWebFileLocationClass = &InputWebFileLocation{}
		tl_input_web_file_location_gen.go#L230: func (i InputWebFileGeoPointLocation) construct() InputWebFileLocationClass { return &i }
		tl_input_web_file_location_gen.go#L239: 	_ InputWebFileLocationClass = &InputWebFileGeoPointLocation{}
		tl_input_web_file_location_gen.go#L520: func (i InputWebFileAudioAlbumThumbLocation) construct() InputWebFileLocationClass { return &i }
		tl_input_web_file_location_gen.go#L529: 	_ InputWebFileLocationClass = &InputWebFileAudioAlbumThumbLocation{}
		tl_input_web_file_location_gen.go#L827: type InputWebFileLocationClass interface {
		tl_input_web_file_location_gen.go#L832: 	construct() InputWebFileLocationClass
		tl_input_web_file_location_gen.go#L847: func DecodeInputWebFileLocation(buf *bin.Buffer) (InputWebFileLocationClass, error) {
		tl_input_web_file_location_gen.go#L881: 	InputWebFileLocation InputWebFileLocationClass
		tl_input_web_file_location_slices_gen.go#L38: type InputWebFileLocationClassArray []InputWebFileLocationClass
		tl_input_web_file_location_slices_gen.go#L41: func (s InputWebFileLocationClassArray) Sort(less func(a, b InputWebFileLocationClass) bool) InputWebFileLocationClassArray {
		tl_input_web_file_location_slices_gen.go#L49: func (s InputWebFileLocationClassArray) SortStable(less func(a, b InputWebFileLocationClass) bool) InputWebFileLocationClassArray {
		tl_input_web_file_location_slices_gen.go#L57: func (s InputWebFileLocationClassArray) Retain(keep func(x InputWebFileLocationClass) bool) InputWebFileLocationClassArray {
		tl_input_web_file_location_slices_gen.go#L71: func (s InputWebFileLocationClassArray) First() (v InputWebFileLocationClass, ok bool) {
		tl_input_web_file_location_slices_gen.go#L79: func (s InputWebFileLocationClassArray) Last() (v InputWebFileLocationClass, ok bool) {
		tl_input_web_file_location_slices_gen.go#L87: func (s *InputWebFileLocationClassArray) PopFirst() (v InputWebFileLocationClass, ok bool) {
		tl_input_web_file_location_slices_gen.go#L97: 	var zero InputWebFileLocationClass
		tl_input_web_file_location_slices_gen.go#L106: func (s *InputWebFileLocationClassArray) Pop() (v InputWebFileLocationClass, ok bool) {
		tl_upload_get_web_file_gen.go#L39: 	Location InputWebFileLocationClass
		tl_upload_get_web_file_gen.go#L85: 	GetLocation() (value InputWebFileLocationClass)
		tl_upload_get_web_file_gen.go#L199: func (g *UploadGetWebFileRequest) GetLocation() (value InputWebFileLocationClass) {

	github.com/gotd/td/telegram
		download.go#L92: func (c *Client) DownloadWeb(location tg.InputWebFileLocationClass) *downloader.Builder {

	github.com/gotd/td/telegram/downloader
		downloader.go#L71: func (d *Downloader) Web(rpc Client, location tg.InputWebFileLocationClass) *Builder {
		web.go#L20: 	location tg.InputWebFileLocationClass