const github.com/gotd/td/tg.StorageFilePngTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L100: StorageFilePngTypeID: "storage.filePng#a4f63c0",
tl_registry_gen.go#L1882: "storage.filePng": StorageFilePngTypeID,
tl_registry_gen.go#L3664: StorageFilePngTypeID: func() bin.Object { return &StorageFilePng{} },
tl_registry_gen.go#L6483: StorageFilePngTypeID,
tl_storage_file_type_gen.go#L450: const StorageFilePngTypeID = 0xa4f63c0
tl_storage_file_type_gen.go#L486: return StorageFilePngTypeID
tl_storage_file_type_gen.go#L498: ID: StorageFilePngTypeID,
tl_storage_file_type_gen.go#L513: b.PutID(StorageFilePngTypeID)
tl_storage_file_type_gen.go#L530: if err := b.ConsumeID(StorageFilePngTypeID); err != nil {
tl_storage_file_type_gen.go#L1134: case StorageFilePngTypeID:
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. |