type github.com/gotd/td/tg.StorageFilePdf
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3665: StorageFilePdfTypeID: func() bin.Object { return &StorageFilePdf{} },
tl_storage_file_type_gen.go#L548: type StorageFilePdf struct {
tl_storage_file_type_gen.go#L555: func (f StorageFilePdf) construct() StorageFileTypeClass { return &f }
tl_storage_file_type_gen.go#L559: _ bin.Encoder = &StorageFilePdf{}
tl_storage_file_type_gen.go#L560: _ bin.Decoder = &StorageFilePdf{}
tl_storage_file_type_gen.go#L561: _ bin.BareEncoder = &StorageFilePdf{}
tl_storage_file_type_gen.go#L562: _ bin.BareDecoder = &StorageFilePdf{}
tl_storage_file_type_gen.go#L564: _ StorageFileTypeClass = &StorageFilePdf{}
tl_storage_file_type_gen.go#L567: func (f *StorageFilePdf) Zero() bool {
tl_storage_file_type_gen.go#L576: func (f *StorageFilePdf) String() string {
tl_storage_file_type_gen.go#L580: type Alias StorageFilePdf
tl_storage_file_type_gen.go#L587: func (*StorageFilePdf) TypeID() uint32 {
tl_storage_file_type_gen.go#L592: func (*StorageFilePdf) TypeName() string {
tl_storage_file_type_gen.go#L597: func (f *StorageFilePdf) TypeInfo() tdp.Type {
tl_storage_file_type_gen.go#L611: func (f *StorageFilePdf) Encode(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L620: func (f *StorageFilePdf) EncodeBare(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L628: func (f *StorageFilePdf) Decode(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L639: func (f *StorageFilePdf) DecodeBare(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L1143: v := StorageFilePdf{}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |