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

43 uses

	github.com/gotd/td/tg (current package)
		tl_document_gen.go#L732: func (d *Document) AsInputDocumentFileLocation() *InputDocumentFileLocation {
		tl_document_gen.go#L733: 	value := new(InputDocumentFileLocation)
		tl_input_document_gen.go#L372: func (i *InputDocument) AsInputDocumentFileLocation() *InputDocumentFileLocation {
		tl_input_document_gen.go#L373: 	value := new(InputDocumentFileLocation)
		tl_input_file_location_gen.go#L425: type InputDocumentFileLocation struct {
		tl_input_file_location_gen.go#L446: func (i InputDocumentFileLocation) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L450: 	_ bin.Encoder     = &InputDocumentFileLocation{}
		tl_input_file_location_gen.go#L451: 	_ bin.Decoder     = &InputDocumentFileLocation{}
		tl_input_file_location_gen.go#L452: 	_ bin.BareEncoder = &InputDocumentFileLocation{}
		tl_input_file_location_gen.go#L453: 	_ bin.BareDecoder = &InputDocumentFileLocation{}
		tl_input_file_location_gen.go#L455: 	_ InputFileLocationClass = &InputDocumentFileLocation{}
		tl_input_file_location_gen.go#L458: func (i *InputDocumentFileLocation) Zero() bool {
		tl_input_file_location_gen.go#L479: func (i *InputDocumentFileLocation) String() string {
		tl_input_file_location_gen.go#L483: 	type Alias InputDocumentFileLocation
		tl_input_file_location_gen.go#L488: func (i *InputDocumentFileLocation) FillFrom(from interface {
		tl_input_file_location_gen.go#L503: func (*InputDocumentFileLocation) TypeID() uint32 {
		tl_input_file_location_gen.go#L508: func (*InputDocumentFileLocation) TypeName() string {
		tl_input_file_location_gen.go#L513: func (i *InputDocumentFileLocation) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L544: func (i *InputDocumentFileLocation) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L553: func (i *InputDocumentFileLocation) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L565: func (i *InputDocumentFileLocation) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L576: func (i *InputDocumentFileLocation) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L612: func (i *InputDocumentFileLocation) GetID() (value int64) {
		tl_input_file_location_gen.go#L620: func (i *InputDocumentFileLocation) GetAccessHash() (value int64) {
		tl_input_file_location_gen.go#L628: func (i *InputDocumentFileLocation) GetFileReference() (value []byte) {
		tl_input_file_location_gen.go#L636: func (i *InputDocumentFileLocation) GetThumbSize() (value string) {
		tl_input_file_location_gen.go#L2634: 		v := InputDocumentFileLocation{}
		tl_input_file_location_slices_gen.go#L148: 		value, ok := elem.(*InputDocumentFileLocation)
		tl_input_file_location_slices_gen.go#L455: type InputDocumentFileLocationArray []InputDocumentFileLocation
		tl_input_file_location_slices_gen.go#L458: func (s InputDocumentFileLocationArray) Sort(less func(a, b InputDocumentFileLocation) bool) InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L466: func (s InputDocumentFileLocationArray) SortStable(less func(a, b InputDocumentFileLocation) bool) InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L474: func (s InputDocumentFileLocationArray) Retain(keep func(x InputDocumentFileLocation) bool) InputDocumentFileLocationArray {
		tl_input_file_location_slices_gen.go#L488: func (s InputDocumentFileLocationArray) First() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L496: func (s InputDocumentFileLocationArray) Last() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L504: func (s *InputDocumentFileLocationArray) PopFirst() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L514: 	var zero InputDocumentFileLocation
		tl_input_file_location_slices_gen.go#L523: func (s *InputDocumentFileLocationArray) Pop() (v InputDocumentFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L538: 	return s.Sort(func(a, b InputDocumentFileLocation) bool {
		tl_input_file_location_slices_gen.go#L545: 	return s.SortStable(func(a, b InputDocumentFileLocation) bool {
		tl_input_file_location_slices_gen.go#L551: func (s InputDocumentFileLocationArray) FillMap(to map[int64]InputDocumentFileLocation) {
		tl_input_file_location_slices_gen.go#L558: func (s InputDocumentFileLocationArray) ToMap() map[int64]InputDocumentFileLocation {
		tl_input_file_location_slices_gen.go#L559: 	r := make(map[int64]InputDocumentFileLocation, len(s))
		tl_registry_gen.go#L3649: 		InputDocumentFileLocationTypeID:                          func() bin.Object { return &InputDocumentFileLocation{} },