const github.com/gotd/td/tg.PageBlockAudioTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L4032: const PageBlockAudioTypeID = 0x804361ea
tl_page_block_gen.go#L4083: return PageBlockAudioTypeID
tl_page_block_gen.go#L4095: ID: PageBlockAudioTypeID,
tl_page_block_gen.go#L4119: b.PutID(PageBlockAudioTypeID)
tl_page_block_gen.go#L4140: if err := b.ConsumeID(PageBlockAudioTypeID); err != nil {
tl_page_block_gen.go#L5654: case PageBlockAudioTypeID:
tl_registry_gen.go#L730: PageBlockAudioTypeID: "pageBlockAudio#804361ea",
tl_registry_gen.go#L2512: "pageBlockAudio": PageBlockAudioTypeID,
tl_registry_gen.go#L4294: PageBlockAudioTypeID: func() bin.Object { return &PageBlockAudio{} },
tl_registry_gen.go#L6249: PageBlockAudioTypeID,
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. |