const github.com/gotd/td/tg.StickerPackTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L506: StickerPackTypeID: "stickerPack#12b299d4",
tl_registry_gen.go#L2288: "stickerPack": StickerPackTypeID,
tl_registry_gen.go#L4070: StickerPackTypeID: func() bin.Object { return &StickerPack{} },
tl_sticker_pack_gen.go#L51: const StickerPackTypeID = 0x12b299d4
tl_sticker_pack_gen.go#L97: return StickerPackTypeID
tl_sticker_pack_gen.go#L109: ID: StickerPackTypeID,
tl_sticker_pack_gen.go#L133: b.PutID(StickerPackTypeID)
tl_sticker_pack_gen.go#L155: if err := b.ConsumeID(StickerPackTypeID); err != nil {
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. |