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

36 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L2128: type InputPeerPhotoFileLocationLegacy struct {
		tl_input_file_location_gen.go#L2145: func (i InputPeerPhotoFileLocationLegacy) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L2149: 	_ bin.Encoder     = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2150: 	_ bin.Decoder     = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2151: 	_ bin.BareEncoder = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2152: 	_ bin.BareDecoder = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2154: 	_ InputFileLocationClass = &InputPeerPhotoFileLocationLegacy{}
		tl_input_file_location_gen.go#L2157: func (i *InputPeerPhotoFileLocationLegacy) Zero() bool {
		tl_input_file_location_gen.go#L2181: func (i *InputPeerPhotoFileLocationLegacy) String() string {
		tl_input_file_location_gen.go#L2185: 	type Alias InputPeerPhotoFileLocationLegacy
		tl_input_file_location_gen.go#L2190: func (i *InputPeerPhotoFileLocationLegacy) FillFrom(from interface {
		tl_input_file_location_gen.go#L2205: func (*InputPeerPhotoFileLocationLegacy) TypeID() uint32 {
		tl_input_file_location_gen.go#L2210: func (*InputPeerPhotoFileLocationLegacy) TypeName() string {
		tl_input_file_location_gen.go#L2215: func (i *InputPeerPhotoFileLocationLegacy) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L2247: func (i *InputPeerPhotoFileLocationLegacy) SetFlags() {
		tl_input_file_location_gen.go#L2254: func (i *InputPeerPhotoFileLocationLegacy) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2263: func (i *InputPeerPhotoFileLocationLegacy) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2283: func (i *InputPeerPhotoFileLocationLegacy) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2294: func (i *InputPeerPhotoFileLocationLegacy) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2329: func (i *InputPeerPhotoFileLocationLegacy) SetBig(value bool) {
		tl_input_file_location_gen.go#L2340: func (i *InputPeerPhotoFileLocationLegacy) GetBig() (value bool) {
		tl_input_file_location_gen.go#L2348: func (i *InputPeerPhotoFileLocationLegacy) GetPeer() (value InputPeerClass) {
		tl_input_file_location_gen.go#L2356: func (i *InputPeerPhotoFileLocationLegacy) GetVolumeID() (value int64) {
		tl_input_file_location_gen.go#L2364: func (i *InputPeerPhotoFileLocationLegacy) GetLocalID() (value int) {
		tl_input_file_location_gen.go#L2690: 		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#L5376: 		InputPeerPhotoFileLocationLegacyTypeID:                                  func() bin.Object { return &InputPeerPhotoFileLocationLegacy{} },