const github.com/gotd/td/tg.PageBlockUnsupportedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L42: const PageBlockUnsupportedTypeID = 0x13567e8a
tl_page_block_gen.go#L78: return PageBlockUnsupportedTypeID
tl_page_block_gen.go#L90: ID: PageBlockUnsupportedTypeID,
tl_page_block_gen.go#L105: b.PutID(PageBlockUnsupportedTypeID)
tl_page_block_gen.go#L122: if err := b.ConsumeID(PageBlockUnsupportedTypeID); err != nil {
tl_page_block_gen.go#L5500: case PageBlockUnsupportedTypeID:
tl_registry_gen.go#L708: PageBlockUnsupportedTypeID: "pageBlockUnsupported#13567e8a",
tl_registry_gen.go#L2490: "pageBlockUnsupported": PageBlockUnsupportedTypeID,
tl_registry_gen.go#L4272: PageBlockUnsupportedTypeID: func() bin.Object { return &PageBlockUnsupported{} },
tl_registry_gen.go#L6227: PageBlockUnsupportedTypeID,
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. |