const github.com/gotd/td/tg.PhotoSizeTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_photo_size_gen.go#L191: const PhotoSizeTypeID = 0x75c78e60
tl_photo_size_gen.go#L252: return PhotoSizeTypeID
tl_photo_size_gen.go#L264: ID: PhotoSizeTypeID,
tl_photo_size_gen.go#L296: b.PutID(PhotoSizeTypeID)
tl_photo_size_gen.go#L317: if err := b.ConsumeID(PhotoSizeTypeID); err != nil {
tl_photo_size_gen.go#L1297: case PhotoSizeTypeID:
tl_registry_gen.go#L195: PhotoSizeTypeID: "photoSize#75c78e60",
tl_registry_gen.go#L1977: "photoSize": PhotoSizeTypeID,
tl_registry_gen.go#L3759: PhotoSizeTypeID: func() bin.Object { return &PhotoSize{} },
tl_registry_gen.go#L6310: PhotoSizeTypeID,
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. |