const github.com/gotd/td/tg.PhotoCachedSizeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_photo_size_gen.go#L407: const PhotoCachedSizeTypeID = 0x21e1ad6
tl_photo_size_gen.go#L468: return PhotoCachedSizeTypeID
tl_photo_size_gen.go#L480: ID: PhotoCachedSizeTypeID,
tl_photo_size_gen.go#L512: b.PutID(PhotoCachedSizeTypeID)
tl_photo_size_gen.go#L533: if err := b.ConsumeID(PhotoCachedSizeTypeID); err != nil {
tl_photo_size_gen.go#L1304: case PhotoCachedSizeTypeID:
tl_registry_gen.go#L196: PhotoCachedSizeTypeID: "photoCachedSize#21e1ad6",
tl_registry_gen.go#L1978: "photoCachedSize": PhotoCachedSizeTypeID,
tl_registry_gen.go#L3760: PhotoCachedSizeTypeID: func() bin.Object { return &PhotoCachedSize{} },
tl_registry_gen.go#L6311: PhotoCachedSizeTypeID,
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. |