const github.com/gotd/td/tg.PhotoStrippedSizeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_photo_size_gen.go#L622: const PhotoStrippedSizeTypeID = 0xe0b0bc2e
tl_photo_size_gen.go#L673: return PhotoStrippedSizeTypeID
tl_photo_size_gen.go#L685: ID: PhotoStrippedSizeTypeID,
tl_photo_size_gen.go#L709: b.PutID(PhotoStrippedSizeTypeID)
tl_photo_size_gen.go#L728: if err := b.ConsumeID(PhotoStrippedSizeTypeID); err != nil {
tl_photo_size_gen.go#L1311: case PhotoStrippedSizeTypeID:
tl_registry_gen.go#L197: PhotoStrippedSizeTypeID: "photoStrippedSize#e0b0bc2e",
tl_registry_gen.go#L1979: "photoStrippedSize": PhotoStrippedSizeTypeID,
tl_registry_gen.go#L3761: PhotoStrippedSizeTypeID: func() bin.Object { return &PhotoStrippedSize{} },
tl_registry_gen.go#L6312: PhotoStrippedSizeTypeID,
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. |