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

40 uses

	github.com/gotd/td/tg (current package)
		tl_input_encrypted_file_gen.go#L140: type InputEncryptedFileUploaded struct {
		tl_input_encrypted_file_gen.go#L159: func (i InputEncryptedFileUploaded) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L163: 	_ bin.Encoder     = &InputEncryptedFileUploaded{}
		tl_input_encrypted_file_gen.go#L164: 	_ bin.Decoder     = &InputEncryptedFileUploaded{}
		tl_input_encrypted_file_gen.go#L165: 	_ bin.BareEncoder = &InputEncryptedFileUploaded{}
		tl_input_encrypted_file_gen.go#L166: 	_ bin.BareDecoder = &InputEncryptedFileUploaded{}
		tl_input_encrypted_file_gen.go#L168: 	_ InputEncryptedFileClass = &InputEncryptedFileUploaded{}
		tl_input_encrypted_file_gen.go#L171: func (i *InputEncryptedFileUploaded) Zero() bool {
		tl_input_encrypted_file_gen.go#L192: func (i *InputEncryptedFileUploaded) String() string {
		tl_input_encrypted_file_gen.go#L196: 	type Alias InputEncryptedFileUploaded
		tl_input_encrypted_file_gen.go#L201: func (i *InputEncryptedFileUploaded) FillFrom(from interface {
		tl_input_encrypted_file_gen.go#L216: func (*InputEncryptedFileUploaded) TypeID() uint32 {
		tl_input_encrypted_file_gen.go#L221: func (*InputEncryptedFileUploaded) TypeName() string {
		tl_input_encrypted_file_gen.go#L226: func (i *InputEncryptedFileUploaded) TypeInfo() tdp.Type {
		tl_input_encrypted_file_gen.go#L257: func (i *InputEncryptedFileUploaded) Encode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L266: func (i *InputEncryptedFileUploaded) EncodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L278: func (i *InputEncryptedFileUploaded) Decode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L289: func (i *InputEncryptedFileUploaded) DecodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L325: func (i *InputEncryptedFileUploaded) GetID() (value int64) {
		tl_input_encrypted_file_gen.go#L333: func (i *InputEncryptedFileUploaded) GetParts() (value int) {
		tl_input_encrypted_file_gen.go#L341: func (i *InputEncryptedFileUploaded) GetMD5Checksum() (value string) {
		tl_input_encrypted_file_gen.go#L349: func (i *InputEncryptedFileUploaded) GetKeyFingerprint() (value int) {
		tl_input_encrypted_file_gen.go#L798: func (i *InputEncryptedFileUploaded) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L831: 		v := InputEncryptedFileUploaded{}
		tl_input_encrypted_file_slices_gen.go#L122: 		value, ok := elem.(*InputEncryptedFileUploaded)
		tl_input_encrypted_file_slices_gen.go#L232: type InputEncryptedFileUploadedArray []InputEncryptedFileUploaded
		tl_input_encrypted_file_slices_gen.go#L235: func (s InputEncryptedFileUploadedArray) Sort(less func(a, b InputEncryptedFileUploaded) bool) InputEncryptedFileUploadedArray {
		tl_input_encrypted_file_slices_gen.go#L243: func (s InputEncryptedFileUploadedArray) SortStable(less func(a, b InputEncryptedFileUploaded) bool) InputEncryptedFileUploadedArray {
		tl_input_encrypted_file_slices_gen.go#L251: func (s InputEncryptedFileUploadedArray) Retain(keep func(x InputEncryptedFileUploaded) bool) InputEncryptedFileUploadedArray {
		tl_input_encrypted_file_slices_gen.go#L265: func (s InputEncryptedFileUploadedArray) First() (v InputEncryptedFileUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L273: func (s InputEncryptedFileUploadedArray) Last() (v InputEncryptedFileUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L281: func (s *InputEncryptedFileUploadedArray) PopFirst() (v InputEncryptedFileUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L291: 	var zero InputEncryptedFileUploaded
		tl_input_encrypted_file_slices_gen.go#L300: func (s *InputEncryptedFileUploadedArray) Pop() (v InputEncryptedFileUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L315: 	return s.Sort(func(a, b InputEncryptedFileUploaded) bool {
		tl_input_encrypted_file_slices_gen.go#L322: 	return s.SortStable(func(a, b InputEncryptedFileUploaded) bool {
		tl_input_encrypted_file_slices_gen.go#L328: func (s InputEncryptedFileUploadedArray) FillMap(to map[int64]InputEncryptedFileUploaded) {
		tl_input_encrypted_file_slices_gen.go#L335: func (s InputEncryptedFileUploadedArray) ToMap() map[int64]InputEncryptedFileUploaded {
		tl_input_encrypted_file_slices_gen.go#L336: 	r := make(map[int64]InputEncryptedFileUploaded, len(s))
		tl_registry_gen.go#L3982: 		InputEncryptedFileUploadedTypeID:                         func() bin.Object { return &InputEncryptedFileUploaded{} },