const github.com/gotd/td/tg.PageBlockAnchorTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1422: const PageBlockAnchorTypeID = 0xce0d37b0
tl_page_block_gen.go#L1468: return PageBlockAnchorTypeID
tl_page_block_gen.go#L1480: ID: PageBlockAnchorTypeID,
tl_page_block_gen.go#L1500: b.PutID(PageBlockAnchorTypeID)
tl_page_block_gen.go#L1518: if err := b.ConsumeID(PageBlockAnchorTypeID); err != nil {
tl_page_block_gen.go#L5570: case PageBlockAnchorTypeID:
tl_registry_gen.go#L718: PageBlockAnchorTypeID: "pageBlockAnchor#ce0d37b0",
tl_registry_gen.go#L2500: "pageBlockAnchor": PageBlockAnchorTypeID,
tl_registry_gen.go#L4282: PageBlockAnchorTypeID: func() bin.Object { return &PageBlockAnchor{} },
tl_registry_gen.go#L6237: PageBlockAnchorTypeID,
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. |