const github.com/gotd/td/tg.PhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_photo_gen.go#L206: const PhotoTypeID = 0xfb197a65
tl_photo_gen.go#L293: return PhotoTypeID
tl_photo_gen.go#L305: ID: PhotoTypeID,
tl_photo_gen.go#L365: b.PutID(PhotoTypeID)
tl_photo_gen.go#L411: if err := b.ConsumeID(PhotoTypeID); err != nil {
tl_photo_gen.go#L675: case PhotoTypeID:
tl_registry_gen.go#L193: PhotoTypeID: "photo#fb197a65",
tl_registry_gen.go#L1975: "photo": PhotoTypeID,
tl_registry_gen.go#L3757: PhotoTypeID: func() bin.Object { return &Photo{} },
tl_registry_gen.go#L6306: PhotoTypeID,
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. |