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

41 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_file_gen.go#L420: func (e *EncryptedFile) AsInputEncryptedFileLocation() *InputEncryptedFileLocation {
		tl_encrypted_file_gen.go#L421: 	value := new(InputEncryptedFileLocation)
		tl_input_encrypted_file_gen.go#L760: func (i *InputEncryptedFile) AsInputEncryptedFileLocation() *InputEncryptedFileLocation {
		tl_input_encrypted_file_gen.go#L761: 	value := new(InputEncryptedFileLocation)
		tl_input_file_location_gen.go#L257: type InputEncryptedFileLocation struct {
		tl_input_file_location_gen.go#L274: func (i InputEncryptedFileLocation) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L278: 	_ bin.Encoder     = &InputEncryptedFileLocation{}
		tl_input_file_location_gen.go#L279: 	_ bin.Decoder     = &InputEncryptedFileLocation{}
		tl_input_file_location_gen.go#L280: 	_ bin.BareEncoder = &InputEncryptedFileLocation{}
		tl_input_file_location_gen.go#L281: 	_ bin.BareDecoder = &InputEncryptedFileLocation{}
		tl_input_file_location_gen.go#L283: 	_ InputFileLocationClass = &InputEncryptedFileLocation{}
		tl_input_file_location_gen.go#L286: func (i *InputEncryptedFileLocation) Zero() bool {
		tl_input_file_location_gen.go#L301: func (i *InputEncryptedFileLocation) String() string {
		tl_input_file_location_gen.go#L305: 	type Alias InputEncryptedFileLocation
		tl_input_file_location_gen.go#L310: func (i *InputEncryptedFileLocation) FillFrom(from interface {
		tl_input_file_location_gen.go#L321: func (*InputEncryptedFileLocation) TypeID() uint32 {
		tl_input_file_location_gen.go#L326: func (*InputEncryptedFileLocation) TypeName() string {
		tl_input_file_location_gen.go#L331: func (i *InputEncryptedFileLocation) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L354: func (i *InputEncryptedFileLocation) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L363: func (i *InputEncryptedFileLocation) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L373: func (i *InputEncryptedFileLocation) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L384: func (i *InputEncryptedFileLocation) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L406: func (i *InputEncryptedFileLocation) GetID() (value int64) {
		tl_input_file_location_gen.go#L414: func (i *InputEncryptedFileLocation) GetAccessHash() (value int64) {
		tl_input_file_location_gen.go#L2627: 		v := InputEncryptedFileLocation{}
		tl_input_file_location_slices_gen.go#L135: 		value, ok := elem.(*InputEncryptedFileLocation)
		tl_input_file_location_slices_gen.go#L345: type InputEncryptedFileLocationArray []InputEncryptedFileLocation
		tl_input_file_location_slices_gen.go#L348: func (s InputEncryptedFileLocationArray) Sort(less func(a, b InputEncryptedFileLocation) bool) InputEncryptedFileLocationArray {
		tl_input_file_location_slices_gen.go#L356: func (s InputEncryptedFileLocationArray) SortStable(less func(a, b InputEncryptedFileLocation) bool) InputEncryptedFileLocationArray {
		tl_input_file_location_slices_gen.go#L364: func (s InputEncryptedFileLocationArray) Retain(keep func(x InputEncryptedFileLocation) bool) InputEncryptedFileLocationArray {
		tl_input_file_location_slices_gen.go#L378: func (s InputEncryptedFileLocationArray) First() (v InputEncryptedFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L386: func (s InputEncryptedFileLocationArray) Last() (v InputEncryptedFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L394: func (s *InputEncryptedFileLocationArray) PopFirst() (v InputEncryptedFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L404: 	var zero InputEncryptedFileLocation
		tl_input_file_location_slices_gen.go#L413: func (s *InputEncryptedFileLocationArray) Pop() (v InputEncryptedFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L428: 	return s.Sort(func(a, b InputEncryptedFileLocation) bool {
		tl_input_file_location_slices_gen.go#L435: 	return s.SortStable(func(a, b InputEncryptedFileLocation) bool {
		tl_input_file_location_slices_gen.go#L441: func (s InputEncryptedFileLocationArray) FillMap(to map[int64]InputEncryptedFileLocation) {
		tl_input_file_location_slices_gen.go#L448: func (s InputEncryptedFileLocationArray) ToMap() map[int64]InputEncryptedFileLocation {
		tl_input_file_location_slices_gen.go#L449: 	r := make(map[int64]InputEncryptedFileLocation, len(s))
		tl_registry_gen.go#L3648: 		InputEncryptedFileLocationTypeID:                         func() bin.Object { return &InputEncryptedFileLocation{} },