const github.com/gotd/td/tg.PageBlockVideoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L2349: const PageBlockVideoTypeID = 0x7c8fe7b6
tl_page_block_gen.go#L2413: return PageBlockVideoTypeID
tl_page_block_gen.go#L2425: ID: PageBlockVideoTypeID,
tl_page_block_gen.go#L2469: b.PutID(PageBlockVideoTypeID)
tl_page_block_gen.go#L2494: if err := b.ConsumeID(PageBlockVideoTypeID); err != nil {
tl_page_block_gen.go#L5605: case PageBlockVideoTypeID:
tl_registry_gen.go#L723: PageBlockVideoTypeID: "pageBlockVideo#7c8fe7b6",
tl_registry_gen.go#L2505: "pageBlockVideo": PageBlockVideoTypeID,
tl_registry_gen.go#L4287: PageBlockVideoTypeID: func() bin.Object { return &PageBlockVideo{} },
tl_registry_gen.go#L6242: PageBlockVideoTypeID,
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. |