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

35 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L1429: type InputPeerPhotoFileLocation struct {
		tl_input_file_location_gen.go#L1447: func (i InputPeerPhotoFileLocation) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L1451: 	_ bin.Encoder     = &InputPeerPhotoFileLocation{}
		tl_input_file_location_gen.go#L1452: 	_ bin.Decoder     = &InputPeerPhotoFileLocation{}
		tl_input_file_location_gen.go#L1453: 	_ bin.BareEncoder = &InputPeerPhotoFileLocation{}
		tl_input_file_location_gen.go#L1454: 	_ bin.BareDecoder = &InputPeerPhotoFileLocation{}
		tl_input_file_location_gen.go#L1456: 	_ InputFileLocationClass = &InputPeerPhotoFileLocation{}
		tl_input_file_location_gen.go#L1459: func (i *InputPeerPhotoFileLocation) Zero() bool {
		tl_input_file_location_gen.go#L1480: func (i *InputPeerPhotoFileLocation) String() string {
		tl_input_file_location_gen.go#L1484: 	type Alias InputPeerPhotoFileLocation
		tl_input_file_location_gen.go#L1489: func (i *InputPeerPhotoFileLocation) FillFrom(from interface {
		tl_input_file_location_gen.go#L1502: func (*InputPeerPhotoFileLocation) TypeID() uint32 {
		tl_input_file_location_gen.go#L1507: func (*InputPeerPhotoFileLocation) TypeName() string {
		tl_input_file_location_gen.go#L1512: func (i *InputPeerPhotoFileLocation) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L1540: func (i *InputPeerPhotoFileLocation) SetFlags() {
		tl_input_file_location_gen.go#L1547: func (i *InputPeerPhotoFileLocation) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1556: func (i *InputPeerPhotoFileLocation) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1575: func (i *InputPeerPhotoFileLocation) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1586: func (i *InputPeerPhotoFileLocation) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L1614: func (i *InputPeerPhotoFileLocation) SetBig(value bool) {
		tl_input_file_location_gen.go#L1625: func (i *InputPeerPhotoFileLocation) GetBig() (value bool) {
		tl_input_file_location_gen.go#L1633: func (i *InputPeerPhotoFileLocation) GetPeer() (value InputPeerClass) {
		tl_input_file_location_gen.go#L1641: func (i *InputPeerPhotoFileLocation) GetPhotoID() (value int64) {
		tl_input_file_location_gen.go#L2669: 		v := InputPeerPhotoFileLocation{}
		tl_input_file_location_slices_gen.go#L200: 		value, ok := elem.(*InputPeerPhotoFileLocation)
		tl_input_file_location_slices_gen.go#L895: type InputPeerPhotoFileLocationArray []InputPeerPhotoFileLocation
		tl_input_file_location_slices_gen.go#L898: func (s InputPeerPhotoFileLocationArray) Sort(less func(a, b InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
		tl_input_file_location_slices_gen.go#L906: func (s InputPeerPhotoFileLocationArray) SortStable(less func(a, b InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
		tl_input_file_location_slices_gen.go#L914: func (s InputPeerPhotoFileLocationArray) Retain(keep func(x InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
		tl_input_file_location_slices_gen.go#L928: func (s InputPeerPhotoFileLocationArray) First() (v InputPeerPhotoFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L936: func (s InputPeerPhotoFileLocationArray) Last() (v InputPeerPhotoFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L944: func (s *InputPeerPhotoFileLocationArray) PopFirst() (v InputPeerPhotoFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L954: 	var zero InputPeerPhotoFileLocation
		tl_input_file_location_slices_gen.go#L963: func (s *InputPeerPhotoFileLocationArray) Pop() (v InputPeerPhotoFileLocation, ok bool) {
		tl_registry_gen.go#L3654: 		InputPeerPhotoFileLocationTypeID:                         func() bin.Object { return &InputPeerPhotoFileLocation{} },