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

41 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L650: type InputSecureFileLocation struct {
		tl_input_file_location_gen.go#L667: func (i InputSecureFileLocation) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L671: 	_ bin.Encoder     = &InputSecureFileLocation{}
		tl_input_file_location_gen.go#L672: 	_ bin.Decoder     = &InputSecureFileLocation{}
		tl_input_file_location_gen.go#L673: 	_ bin.BareEncoder = &InputSecureFileLocation{}
		tl_input_file_location_gen.go#L674: 	_ bin.BareDecoder = &InputSecureFileLocation{}
		tl_input_file_location_gen.go#L676: 	_ InputFileLocationClass = &InputSecureFileLocation{}
		tl_input_file_location_gen.go#L679: func (i *InputSecureFileLocation) Zero() bool {
		tl_input_file_location_gen.go#L694: func (i *InputSecureFileLocation) String() string {
		tl_input_file_location_gen.go#L698: 	type Alias InputSecureFileLocation
		tl_input_file_location_gen.go#L703: func (i *InputSecureFileLocation) FillFrom(from interface {
		tl_input_file_location_gen.go#L714: func (*InputSecureFileLocation) TypeID() uint32 {
		tl_input_file_location_gen.go#L719: func (*InputSecureFileLocation) TypeName() string {
		tl_input_file_location_gen.go#L724: func (i *InputSecureFileLocation) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L747: func (i *InputSecureFileLocation) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L756: func (i *InputSecureFileLocation) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L766: func (i *InputSecureFileLocation) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L777: func (i *InputSecureFileLocation) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L799: func (i *InputSecureFileLocation) GetID() (value int64) {
		tl_input_file_location_gen.go#L807: func (i *InputSecureFileLocation) GetAccessHash() (value int64) {
		tl_input_file_location_gen.go#L2641: 		v := InputSecureFileLocation{}
		tl_input_file_location_slices_gen.go#L161: 		value, ok := elem.(*InputSecureFileLocation)
		tl_input_file_location_slices_gen.go#L565: type InputSecureFileLocationArray []InputSecureFileLocation
		tl_input_file_location_slices_gen.go#L568: func (s InputSecureFileLocationArray) Sort(less func(a, b InputSecureFileLocation) bool) InputSecureFileLocationArray {
		tl_input_file_location_slices_gen.go#L576: func (s InputSecureFileLocationArray) SortStable(less func(a, b InputSecureFileLocation) bool) InputSecureFileLocationArray {
		tl_input_file_location_slices_gen.go#L584: func (s InputSecureFileLocationArray) Retain(keep func(x InputSecureFileLocation) bool) InputSecureFileLocationArray {
		tl_input_file_location_slices_gen.go#L598: func (s InputSecureFileLocationArray) First() (v InputSecureFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L606: func (s InputSecureFileLocationArray) Last() (v InputSecureFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L614: func (s *InputSecureFileLocationArray) PopFirst() (v InputSecureFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L624: 	var zero InputSecureFileLocation
		tl_input_file_location_slices_gen.go#L633: func (s *InputSecureFileLocationArray) Pop() (v InputSecureFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L648: 	return s.Sort(func(a, b InputSecureFileLocation) bool {
		tl_input_file_location_slices_gen.go#L655: 	return s.SortStable(func(a, b InputSecureFileLocation) bool {
		tl_input_file_location_slices_gen.go#L661: func (s InputSecureFileLocationArray) FillMap(to map[int64]InputSecureFileLocation) {
		tl_input_file_location_slices_gen.go#L668: func (s InputSecureFileLocationArray) ToMap() map[int64]InputSecureFileLocation {
		tl_input_file_location_slices_gen.go#L669: 	r := make(map[int64]InputSecureFileLocation, len(s))
		tl_input_secure_file_gen.go#L487: func (i *InputSecureFile) AsInputSecureFileLocation() *InputSecureFileLocation {
		tl_input_secure_file_gen.go#L488: 	value := new(InputSecureFileLocation)
		tl_registry_gen.go#L3650: 		InputSecureFileLocationTypeID:                            func() bin.Object { return &InputSecureFileLocation{} },
		tl_secure_file_gen.go#L478: func (s *SecureFile) AsInputSecureFileLocation() *InputSecureFileLocation {
		tl_secure_file_gen.go#L479: 	value := new(InputSecureFileLocation)