const github.com/gotd/td/tg.PageBlockPhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L2074: const PageBlockPhotoTypeID = 0x1759c560
tl_page_block_gen.go#L2144: return PageBlockPhotoTypeID
tl_page_block_gen.go#L2156: ID: PageBlockPhotoTypeID,
tl_page_block_gen.go#L2200: b.PutID(PageBlockPhotoTypeID)
tl_page_block_gen.go#L2231: if err := b.ConsumeID(PageBlockPhotoTypeID); err != nil {
tl_page_block_gen.go#L5598: case PageBlockPhotoTypeID:
tl_registry_gen.go#L722: PageBlockPhotoTypeID: "pageBlockPhoto#1759c560",
tl_registry_gen.go#L2504: "pageBlockPhoto": PageBlockPhotoTypeID,
tl_registry_gen.go#L4286: PageBlockPhotoTypeID: func() bin.Object { return &PageBlockPhoto{} },
tl_registry_gen.go#L6241: PageBlockPhotoTypeID,
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. |