const github.com/gotd/td/tg.PageBlockTableTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L4343: const PageBlockTableTypeID = 0xbf4dea82
tl_page_block_gen.go#L4407: return PageBlockTableTypeID
tl_page_block_gen.go#L4419: ID: PageBlockTableTypeID,
tl_page_block_gen.go#L4463: b.PutID(PageBlockTableTypeID)
tl_page_block_gen.go#L4496: if err := b.ConsumeID(PageBlockTableTypeID); err != nil {
tl_page_block_gen.go#L5668: case PageBlockTableTypeID:
tl_registry_gen.go#L732: PageBlockTableTypeID: "pageBlockTable#bf4dea82",
tl_registry_gen.go#L2514: "pageBlockTable": PageBlockTableTypeID,
tl_registry_gen.go#L4296: PageBlockTableTypeID: func() bin.Object { return &PageBlockTable{} },
tl_registry_gen.go#L6251: PageBlockTableTypeID,
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. |