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

36 uses

	github.com/gotd/td/tg (current package)
		tl_input_web_file_location_gen.go#L205: type InputWebFileGeoPointLocation struct {
		tl_input_web_file_location_gen.go#L230: func (i InputWebFileGeoPointLocation) construct() InputWebFileLocationClass { return &i }
		tl_input_web_file_location_gen.go#L234: 	_ bin.Encoder     = &InputWebFileGeoPointLocation{}
		tl_input_web_file_location_gen.go#L235: 	_ bin.Decoder     = &InputWebFileGeoPointLocation{}
		tl_input_web_file_location_gen.go#L236: 	_ bin.BareEncoder = &InputWebFileGeoPointLocation{}
		tl_input_web_file_location_gen.go#L237: 	_ bin.BareDecoder = &InputWebFileGeoPointLocation{}
		tl_input_web_file_location_gen.go#L239: 	_ InputWebFileLocationClass = &InputWebFileGeoPointLocation{}
		tl_input_web_file_location_gen.go#L242: func (i *InputWebFileGeoPointLocation) Zero() bool {
		tl_input_web_file_location_gen.go#L269: func (i *InputWebFileGeoPointLocation) String() string {
		tl_input_web_file_location_gen.go#L273: 	type Alias InputWebFileGeoPointLocation
		tl_input_web_file_location_gen.go#L278: func (i *InputWebFileGeoPointLocation) FillFrom(from interface {
		tl_input_web_file_location_gen.go#L297: func (*InputWebFileGeoPointLocation) TypeID() uint32 {
		tl_input_web_file_location_gen.go#L302: func (*InputWebFileGeoPointLocation) TypeName() string {
		tl_input_web_file_location_gen.go#L307: func (i *InputWebFileGeoPointLocation) TypeInfo() tdp.Type {
		tl_input_web_file_location_gen.go#L346: func (i *InputWebFileGeoPointLocation) Encode(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L355: func (i *InputWebFileGeoPointLocation) EncodeBare(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L374: func (i *InputWebFileGeoPointLocation) Decode(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L385: func (i *InputWebFileGeoPointLocation) DecodeBare(b *bin.Buffer) error {
		tl_input_web_file_location_gen.go#L435: func (i *InputWebFileGeoPointLocation) GetGeoPoint() (value InputGeoPointClass) {
		tl_input_web_file_location_gen.go#L443: func (i *InputWebFileGeoPointLocation) GetAccessHash() (value int64) {
		tl_input_web_file_location_gen.go#L451: func (i *InputWebFileGeoPointLocation) GetW() (value int) {
		tl_input_web_file_location_gen.go#L459: func (i *InputWebFileGeoPointLocation) GetH() (value int) {
		tl_input_web_file_location_gen.go#L467: func (i *InputWebFileGeoPointLocation) GetZoom() (value int) {
		tl_input_web_file_location_gen.go#L475: func (i *InputWebFileGeoPointLocation) GetScale() (value int) {
		tl_input_web_file_location_gen.go#L857: 		v := InputWebFileGeoPointLocation{}
		tl_input_web_file_location_slices_gen.go#L135: 		value, ok := elem.(*InputWebFileGeoPointLocation)
		tl_input_web_file_location_slices_gen.go#L241: type InputWebFileGeoPointLocationArray []InputWebFileGeoPointLocation
		tl_input_web_file_location_slices_gen.go#L244: func (s InputWebFileGeoPointLocationArray) Sort(less func(a, b InputWebFileGeoPointLocation) bool) InputWebFileGeoPointLocationArray {
		tl_input_web_file_location_slices_gen.go#L252: func (s InputWebFileGeoPointLocationArray) SortStable(less func(a, b InputWebFileGeoPointLocation) bool) InputWebFileGeoPointLocationArray {
		tl_input_web_file_location_slices_gen.go#L260: func (s InputWebFileGeoPointLocationArray) Retain(keep func(x InputWebFileGeoPointLocation) bool) InputWebFileGeoPointLocationArray {
		tl_input_web_file_location_slices_gen.go#L274: func (s InputWebFileGeoPointLocationArray) First() (v InputWebFileGeoPointLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L282: func (s InputWebFileGeoPointLocationArray) Last() (v InputWebFileGeoPointLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L290: func (s *InputWebFileGeoPointLocationArray) PopFirst() (v InputWebFileGeoPointLocation, ok bool) {
		tl_input_web_file_location_slices_gen.go#L300: 	var zero InputWebFileGeoPointLocation
		tl_input_web_file_location_slices_gen.go#L309: func (s *InputWebFileGeoPointLocationArray) Pop() (v InputWebFileGeoPointLocation, ok bool) {
		tl_registry_gen.go#L4316: 		InputWebFileGeoPointLocationTypeID:                       func() bin.Object { return &InputWebFileGeoPointLocation{} },