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

19 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L3661: 		StorageFilePartialTypeID:                                 func() bin.Object { return &StorageFilePartial{} },
		tl_storage_file_type_gen.go#L140: type StorageFilePartial struct {
		tl_storage_file_type_gen.go#L147: func (f StorageFilePartial) construct() StorageFileTypeClass { return &f }
		tl_storage_file_type_gen.go#L151: 	_ bin.Encoder     = &StorageFilePartial{}
		tl_storage_file_type_gen.go#L152: 	_ bin.Decoder     = &StorageFilePartial{}
		tl_storage_file_type_gen.go#L153: 	_ bin.BareEncoder = &StorageFilePartial{}
		tl_storage_file_type_gen.go#L154: 	_ bin.BareDecoder = &StorageFilePartial{}
		tl_storage_file_type_gen.go#L156: 	_ StorageFileTypeClass = &StorageFilePartial{}
		tl_storage_file_type_gen.go#L159: func (f *StorageFilePartial) Zero() bool {
		tl_storage_file_type_gen.go#L168: func (f *StorageFilePartial) String() string {
		tl_storage_file_type_gen.go#L172: 	type Alias StorageFilePartial
		tl_storage_file_type_gen.go#L179: func (*StorageFilePartial) TypeID() uint32 {
		tl_storage_file_type_gen.go#L184: func (*StorageFilePartial) TypeName() string {
		tl_storage_file_type_gen.go#L189: func (f *StorageFilePartial) TypeInfo() tdp.Type {
		tl_storage_file_type_gen.go#L203: func (f *StorageFilePartial) Encode(b *bin.Buffer) error {
		tl_storage_file_type_gen.go#L212: func (f *StorageFilePartial) EncodeBare(b *bin.Buffer) error {
		tl_storage_file_type_gen.go#L220: func (f *StorageFilePartial) Decode(b *bin.Buffer) error {
		tl_storage_file_type_gen.go#L231: func (f *StorageFilePartial) DecodeBare(b *bin.Buffer) error {
		tl_storage_file_type_gen.go#L1115: 		v := StorageFilePartial{}