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

36 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L2133: type InputPeerPhotoFileLocationLegacy struct {
		tl_input_file_location_gen.go#L2150: func (i InputPeerPhotoFileLocationLegacy) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L2154: 	_ bin.Encoder     = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2155: 	_ bin.Decoder     = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2156: 	_ bin.BareEncoder = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2157: 	_ bin.BareDecoder = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2159: 	_ InputFileLocationClass = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2162: func (i *InputPeerPhotoFileLocationLegacy) Zero() bool {
		tl_input_file_location_gen.go#L2186: func (i *InputPeerPhotoFileLocationLegacy) String() string {
		tl_input_file_location_gen.go#L2190: 	type Alias InputPeerPhotoFileLocationLegacy
		tl_input_file_location_gen.go#L2195: func (i *InputPeerPhotoFileLocationLegacy) FillFrom(from interface {
		tl_input_file_location_gen.go#L2210: func (*InputPeerPhotoFileLocationLegacy) TypeID() uint32 {
		tl_input_file_location_gen.go#L2215: func (*InputPeerPhotoFileLocationLegacy) TypeName() string {
		tl_input_file_location_gen.go#L2220: func (i *InputPeerPhotoFileLocationLegacy) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L2252: func (i *InputPeerPhotoFileLocationLegacy) SetFlags() {
		tl_input_file_location_gen.go#L2259: func (i *InputPeerPhotoFileLocationLegacy) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2268: func (i *InputPeerPhotoFileLocationLegacy) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2288: func (i *InputPeerPhotoFileLocationLegacy) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2299: func (i *InputPeerPhotoFileLocationLegacy) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2334: func (i *InputPeerPhotoFileLocationLegacy) SetBig(value bool) {
		tl_input_file_location_gen.go#L2345: func (i *InputPeerPhotoFileLocationLegacy) GetBig() (value bool) {
		tl_input_file_location_gen.go#L2353: func (i *InputPeerPhotoFileLocationLegacy) GetPeer() (value InputPeerClass) {
		tl_input_file_location_gen.go#L2361: func (i *InputPeerPhotoFileLocationLegacy) GetVolumeID() (value int64) {
		tl_input_file_location_gen.go#L2369: func (i *InputPeerPhotoFileLocationLegacy) GetLocalID() (value int) {
		tl_input_file_location_gen.go#L2709: 		v := InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_slices_gen.go#L239: 		value, ok := elem.(*InputPeerPhotoFileLocationLegacy)
		tl_input_file_location_slices_gen.go#L1141: type InputPeerPhotoFileLocationLegacyArray []InputPeerPhotoFileLocationLegacy
		tl_input_file_location_slices_gen.go#L1144: func (s InputPeerPhotoFileLocationLegacyArray) Sort(less func(a, b InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
		tl_input_file_location_slices_gen.go#L1152: func (s InputPeerPhotoFileLocationLegacyArray) SortStable(less func(a, b InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
		tl_input_file_location_slices_gen.go#L1160: func (s InputPeerPhotoFileLocationLegacyArray) Retain(keep func(x InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
		tl_input_file_location_slices_gen.go#L1174: func (s InputPeerPhotoFileLocationLegacyArray) First() (v InputPeerPhotoFileLocationLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1182: func (s InputPeerPhotoFileLocationLegacyArray) Last() (v InputPeerPhotoFileLocationLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1190: func (s *InputPeerPhotoFileLocationLegacyArray) PopFirst() (v InputPeerPhotoFileLocationLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1200: 	var zero InputPeerPhotoFileLocationLegacy
		tl_input_file_location_slices_gen.go#L1209: func (s *InputPeerPhotoFileLocationLegacyArray) Pop() (v InputPeerPhotoFileLocationLegacy, ok bool) {
		tl_registry_gen.go#L7314: 		InputPeerPhotoFileLocationLegacyTypeID:                                  func() bin.Object { return &InputPeerPhotoFileLocationLegacy{} },