const github.com/gotd/td/tg.PageBlockDividerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1318: const PageBlockDividerTypeID = 0xdb20b188
tl_page_block_gen.go#L1354: return PageBlockDividerTypeID
tl_page_block_gen.go#L1366: ID: PageBlockDividerTypeID,
tl_page_block_gen.go#L1381: b.PutID(PageBlockDividerTypeID)
tl_page_block_gen.go#L1398: if err := b.ConsumeID(PageBlockDividerTypeID); err != nil {
tl_page_block_gen.go#L5563: case PageBlockDividerTypeID:
tl_registry_gen.go#L717: PageBlockDividerTypeID: "pageBlockDivider#db20b188",
tl_registry_gen.go#L2499: "pageBlockDivider": PageBlockDividerTypeID,
tl_registry_gen.go#L4281: PageBlockDividerTypeID: func() bin.Object { return &PageBlockDivider{} },
tl_registry_gen.go#L6236: PageBlockDividerTypeID,
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. |