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

39 uses

	github.com/gotd/td/tg (current package)
		tl_input_encrypted_file_gen.go#L532: type InputEncryptedFileBigUploaded struct {
		tl_input_encrypted_file_gen.go#L545: func (i InputEncryptedFileBigUploaded) construct() InputEncryptedFileClass { return &i }
		tl_input_encrypted_file_gen.go#L549: 	_ bin.Encoder     = &InputEncryptedFileBigUploaded{}
		tl_input_encrypted_file_gen.go#L550: 	_ bin.Decoder     = &InputEncryptedFileBigUploaded{}
		tl_input_encrypted_file_gen.go#L551: 	_ bin.BareEncoder = &InputEncryptedFileBigUploaded{}
		tl_input_encrypted_file_gen.go#L552: 	_ bin.BareDecoder = &InputEncryptedFileBigUploaded{}
		tl_input_encrypted_file_gen.go#L554: 	_ InputEncryptedFileClass = &InputEncryptedFileBigUploaded{}
		tl_input_encrypted_file_gen.go#L557: func (i *InputEncryptedFileBigUploaded) Zero() bool {
		tl_input_encrypted_file_gen.go#L575: func (i *InputEncryptedFileBigUploaded) String() string {
		tl_input_encrypted_file_gen.go#L579: 	type Alias InputEncryptedFileBigUploaded
		tl_input_encrypted_file_gen.go#L584: func (i *InputEncryptedFileBigUploaded) FillFrom(from interface {
		tl_input_encrypted_file_gen.go#L597: func (*InputEncryptedFileBigUploaded) TypeID() uint32 {
		tl_input_encrypted_file_gen.go#L602: func (*InputEncryptedFileBigUploaded) TypeName() string {
		tl_input_encrypted_file_gen.go#L607: func (i *InputEncryptedFileBigUploaded) TypeInfo() tdp.Type {
		tl_input_encrypted_file_gen.go#L634: func (i *InputEncryptedFileBigUploaded) Encode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L643: func (i *InputEncryptedFileBigUploaded) EncodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L654: func (i *InputEncryptedFileBigUploaded) Decode(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L665: func (i *InputEncryptedFileBigUploaded) DecodeBare(b *bin.Buffer) error {
		tl_input_encrypted_file_gen.go#L694: func (i *InputEncryptedFileBigUploaded) GetID() (value int64) {
		tl_input_encrypted_file_gen.go#L702: func (i *InputEncryptedFileBigUploaded) GetParts() (value int) {
		tl_input_encrypted_file_gen.go#L710: func (i *InputEncryptedFileBigUploaded) GetKeyFingerprint() (value int) {
		tl_input_encrypted_file_gen.go#L810: func (i *InputEncryptedFileBigUploaded) AsNotEmpty() (NotEmptyInputEncryptedFile, bool) {
		tl_input_encrypted_file_gen.go#L845: 		v := InputEncryptedFileBigUploaded{}
		tl_input_encrypted_file_slices_gen.go#L148: 		value, ok := elem.(*InputEncryptedFileBigUploaded)
		tl_input_encrypted_file_slices_gen.go#L452: type InputEncryptedFileBigUploadedArray []InputEncryptedFileBigUploaded
		tl_input_encrypted_file_slices_gen.go#L455: func (s InputEncryptedFileBigUploadedArray) Sort(less func(a, b InputEncryptedFileBigUploaded) bool) InputEncryptedFileBigUploadedArray {
		tl_input_encrypted_file_slices_gen.go#L463: func (s InputEncryptedFileBigUploadedArray) SortStable(less func(a, b InputEncryptedFileBigUploaded) bool) InputEncryptedFileBigUploadedArray {
		tl_input_encrypted_file_slices_gen.go#L471: func (s InputEncryptedFileBigUploadedArray) Retain(keep func(x InputEncryptedFileBigUploaded) bool) InputEncryptedFileBigUploadedArray {
		tl_input_encrypted_file_slices_gen.go#L485: func (s InputEncryptedFileBigUploadedArray) First() (v InputEncryptedFileBigUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L493: func (s InputEncryptedFileBigUploadedArray) Last() (v InputEncryptedFileBigUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L501: func (s *InputEncryptedFileBigUploadedArray) PopFirst() (v InputEncryptedFileBigUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L511: 	var zero InputEncryptedFileBigUploaded
		tl_input_encrypted_file_slices_gen.go#L520: func (s *InputEncryptedFileBigUploadedArray) Pop() (v InputEncryptedFileBigUploaded, ok bool) {
		tl_input_encrypted_file_slices_gen.go#L535: 	return s.Sort(func(a, b InputEncryptedFileBigUploaded) bool {
		tl_input_encrypted_file_slices_gen.go#L542: 	return s.SortStable(func(a, b InputEncryptedFileBigUploaded) bool {
		tl_input_encrypted_file_slices_gen.go#L548: func (s InputEncryptedFileBigUploadedArray) FillMap(to map[int64]InputEncryptedFileBigUploaded) {
		tl_input_encrypted_file_slices_gen.go#L555: func (s InputEncryptedFileBigUploadedArray) ToMap() map[int64]InputEncryptedFileBigUploaded {
		tl_input_encrypted_file_slices_gen.go#L556: 	r := make(map[int64]InputEncryptedFileBigUploaded, len(s))
		tl_registry_gen.go#L3984: 		InputEncryptedFileBigUploadedTypeID:                      func() bin.Object { return &InputEncryptedFileBigUploaded{} },