const github.com/gotd/td/tg.PageBlockKickerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L4192: const PageBlockKickerTypeID = 0x1e148390
tl_page_block_gen.go#L4238: return PageBlockKickerTypeID
tl_page_block_gen.go#L4250: ID: PageBlockKickerTypeID,
tl_page_block_gen.go#L4270: b.PutID(PageBlockKickerTypeID)
tl_page_block_gen.go#L4293: if err := b.ConsumeID(PageBlockKickerTypeID); err != nil {
tl_page_block_gen.go#L5661: case PageBlockKickerTypeID:
tl_registry_gen.go#L731: PageBlockKickerTypeID: "pageBlockKicker#1e148390",
tl_registry_gen.go#L2513: "pageBlockKicker": PageBlockKickerTypeID,
tl_registry_gen.go#L4295: PageBlockKickerTypeID: func() bin.Object { return &PageBlockKicker{} },
tl_registry_gen.go#L6250: PageBlockKickerTypeID,
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. |