type github.com/gotd/td/tg.StorageFilePng
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3664: StorageFilePngTypeID: func() bin.Object { return &StorageFilePng{} },
tl_storage_file_type_gen.go#L446: type StorageFilePng struct {
tl_storage_file_type_gen.go#L453: func (f StorageFilePng) construct() StorageFileTypeClass { return &f }
tl_storage_file_type_gen.go#L457: _ bin.Encoder = &StorageFilePng{}
tl_storage_file_type_gen.go#L458: _ bin.Decoder = &StorageFilePng{}
tl_storage_file_type_gen.go#L459: _ bin.BareEncoder = &StorageFilePng{}
tl_storage_file_type_gen.go#L460: _ bin.BareDecoder = &StorageFilePng{}
tl_storage_file_type_gen.go#L462: _ StorageFileTypeClass = &StorageFilePng{}
tl_storage_file_type_gen.go#L465: func (f *StorageFilePng) Zero() bool {
tl_storage_file_type_gen.go#L474: func (f *StorageFilePng) String() string {
tl_storage_file_type_gen.go#L478: type Alias StorageFilePng
tl_storage_file_type_gen.go#L485: func (*StorageFilePng) TypeID() uint32 {
tl_storage_file_type_gen.go#L490: func (*StorageFilePng) TypeName() string {
tl_storage_file_type_gen.go#L495: func (f *StorageFilePng) TypeInfo() tdp.Type {
tl_storage_file_type_gen.go#L509: func (f *StorageFilePng) Encode(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L518: func (f *StorageFilePng) EncodeBare(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L526: func (f *StorageFilePng) Decode(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L537: func (f *StorageFilePng) DecodeBare(b *bin.Buffer) error {
tl_storage_file_type_gen.go#L1136: v := StorageFilePng{}
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. |