const github.com/gotd/td/tg.PageBlockTitleTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L146: const PageBlockTitleTypeID = 0x70abc3fd
tl_page_block_gen.go#L192: return PageBlockTitleTypeID
tl_page_block_gen.go#L204: ID: PageBlockTitleTypeID,
tl_page_block_gen.go#L224: b.PutID(PageBlockTitleTypeID)
tl_page_block_gen.go#L247: if err := b.ConsumeID(PageBlockTitleTypeID); err != nil {
tl_page_block_gen.go#L5507: case PageBlockTitleTypeID:
tl_registry_gen.go#L709: PageBlockTitleTypeID: "pageBlockTitle#70abc3fd",
tl_registry_gen.go#L2491: "pageBlockTitle": PageBlockTitleTypeID,
tl_registry_gen.go#L4273: PageBlockTitleTypeID: func() bin.Object { return &PageBlockTitle{} },
tl_registry_gen.go#L6228: PageBlockTitleTypeID,
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. |