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

41 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_file_gen.go#L429: func (e *EncryptedFile) AsInput() *InputEncryptedFile {
		tl_encrypted_file_gen.go#L430: 	value := new(InputEncryptedFile)
		tl_input_encrypted_file_gen.go#L360: type InputEncryptedFile struct {
		tl_input_encrypted_file_gen.go#L377: func (i InputEncryptedFile) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L381: 	_ bin.Encoder     = &InputEncryptedFile{}
		tl_input_encrypted_file_gen.go#L382: 	_ bin.Decoder     = &InputEncryptedFile{}
		tl_input_encrypted_file_gen.go#L383: 	_ bin.BareEncoder = &InputEncryptedFile{}
		tl_input_encrypted_file_gen.go#L384: 	_ bin.BareDecoder = &InputEncryptedFile{}
		tl_input_encrypted_file_gen.go#L386: 	_ InputEncryptedFileClass = &InputEncryptedFile{}
		tl_input_encrypted_file_gen.go#L389: func (i *InputEncryptedFile) Zero() bool {
		tl_input_encrypted_file_gen.go#L404: func (i *InputEncryptedFile) String() string {
		tl_input_encrypted_file_gen.go#L408: 	type Alias InputEncryptedFile
		tl_input_encrypted_file_gen.go#L413: func (i *InputEncryptedFile) FillFrom(from interface {
		tl_input_encrypted_file_gen.go#L424: func (*InputEncryptedFile) TypeID() uint32 {
		tl_input_encrypted_file_gen.go#L429: func (*InputEncryptedFile) TypeName() string {
		tl_input_encrypted_file_gen.go#L434: func (i *InputEncryptedFile) TypeInfo() tdp.Type {
		tl_input_encrypted_file_gen.go#L457: func (i *InputEncryptedFile) Encode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L466: func (i *InputEncryptedFile) EncodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L476: func (i *InputEncryptedFile) Decode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L487: func (i *InputEncryptedFile) DecodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L509: func (i *InputEncryptedFile) GetID() (value int64) {
		tl_input_encrypted_file_gen.go#L517: func (i *InputEncryptedFile) GetAccessHash() (value int64) {
		tl_input_encrypted_file_gen.go#L760: func (i *InputEncryptedFile) AsInputEncryptedFileLocation() *InputEncryptedFileLocation {
		tl_input_encrypted_file_gen.go#L804: func (i *InputEncryptedFile) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L838: 		v := InputEncryptedFile{}
		tl_input_encrypted_file_slices_gen.go#L135: 		value, ok := elem.(*InputEncryptedFile)
		tl_input_encrypted_file_slices_gen.go#L342: type InputEncryptedFileArray []InputEncryptedFile
		tl_input_encrypted_file_slices_gen.go#L345: func (s InputEncryptedFileArray) Sort(less func(a, b InputEncryptedFile) bool) InputEncryptedFileArray {
		tl_input_encrypted_file_slices_gen.go#L353: func (s InputEncryptedFileArray) SortStable(less func(a, b InputEncryptedFile) bool) InputEncryptedFileArray {
		tl_input_encrypted_file_slices_gen.go#L361: func (s InputEncryptedFileArray) Retain(keep func(x InputEncryptedFile) bool) InputEncryptedFileArray {
		tl_input_encrypted_file_slices_gen.go#L375: func (s InputEncryptedFileArray) First() (v InputEncryptedFile, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L383: func (s InputEncryptedFileArray) Last() (v InputEncryptedFile, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L391: func (s *InputEncryptedFileArray) PopFirst() (v InputEncryptedFile, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L401: 	var zero InputEncryptedFile
		tl_input_encrypted_file_slices_gen.go#L410: func (s *InputEncryptedFileArray) Pop() (v InputEncryptedFile, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L425: 	return s.Sort(func(a, b InputEncryptedFile) bool {
		tl_input_encrypted_file_slices_gen.go#L432: 	return s.SortStable(func(a, b InputEncryptedFile) bool {
		tl_input_encrypted_file_slices_gen.go#L438: func (s InputEncryptedFileArray) FillMap(to map[int64]InputEncryptedFile) {
		tl_input_encrypted_file_slices_gen.go#L445: func (s InputEncryptedFileArray) ToMap() map[int64]InputEncryptedFile {
		tl_input_encrypted_file_slices_gen.go#L446: 	r := make(map[int64]InputEncryptedFile, len(s))
		tl_registry_gen.go#L3983: 		InputEncryptedFileTypeID:                                 func() bin.Object { return &InputEncryptedFile{} },