const github.com/gotd/td/tg.InputStickerSetEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L42: const InputStickerSetEmptyTypeID = 0xffb62b95
tl_input_sticker_set_gen.go#L78: return InputStickerSetEmptyTypeID
tl_input_sticker_set_gen.go#L90: ID: InputStickerSetEmptyTypeID,
tl_input_sticker_set_gen.go#L105: b.PutID(InputStickerSetEmptyTypeID)
tl_input_sticker_set_gen.go#L122: if err := b.ConsumeID(InputStickerSetEmptyTypeID); err != nil {
tl_input_sticker_set_gen.go#L1355: case InputStickerSetEmptyTypeID:
tl_registry_gen.go#L526: InputStickerSetEmptyTypeID: "inputStickerSetEmpty#ffb62b95",
tl_registry_gen.go#L2308: "inputStickerSetEmpty": InputStickerSetEmptyTypeID,
tl_registry_gen.go#L4090: InputStickerSetEmptyTypeID: func() bin.Object { return &InputStickerSetEmpty{} },
tl_registry_gen.go#L5932: InputStickerSetEmptyTypeID,
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. |