const github.com/gotd/td/tg.PageBlockBlockquoteTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1717: const PageBlockBlockquoteTypeID = 0x263d7c26
tl_page_block_gen.go#L1768: return PageBlockBlockquoteTypeID
tl_page_block_gen.go#L1780: ID: PageBlockBlockquoteTypeID,
tl_page_block_gen.go#L1804: b.PutID(PageBlockBlockquoteTypeID)
tl_page_block_gen.go#L1833: if err := b.ConsumeID(PageBlockBlockquoteTypeID); err != nil {
tl_page_block_gen.go#L5584: case PageBlockBlockquoteTypeID:
tl_registry_gen.go#L720: PageBlockBlockquoteTypeID: "pageBlockBlockquote#263d7c26",
tl_registry_gen.go#L2502: "pageBlockBlockquote": PageBlockBlockquoteTypeID,
tl_registry_gen.go#L4284: PageBlockBlockquoteTypeID: func() bin.Object { return &PageBlockBlockquote{} },
tl_registry_gen.go#L6239: PageBlockBlockquoteTypeID,
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. |