const github.com/gotd/td/tg.PhotoPathSizeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_photo_size_gen.go#L1021: const PhotoPathSizeTypeID = 0xd8214d41
tl_photo_size_gen.go#L1072: return PhotoPathSizeTypeID
tl_photo_size_gen.go#L1084: ID: PhotoPathSizeTypeID,
tl_photo_size_gen.go#L1108: b.PutID(PhotoPathSizeTypeID)
tl_photo_size_gen.go#L1127: if err := b.ConsumeID(PhotoPathSizeTypeID); err != nil {
tl_photo_size_gen.go#L1325: case PhotoPathSizeTypeID:
tl_registry_gen.go#L199: PhotoPathSizeTypeID: "photoPathSize#d8214d41",
tl_registry_gen.go#L1981: "photoPathSize": PhotoPathSizeTypeID,
tl_registry_gen.go#L3763: PhotoPathSizeTypeID: func() bin.Object { return &PhotoPathSize{} },
tl_registry_gen.go#L6314: PhotoPathSizeTypeID,
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. |