const github.com/gotd/td/tg.InputStickerSetPremiumGiftsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L790: const InputStickerSetPremiumGiftsTypeID = 0xc88b3b02
tl_input_sticker_set_gen.go#L826: return InputStickerSetPremiumGiftsTypeID
tl_input_sticker_set_gen.go#L838: ID: InputStickerSetPremiumGiftsTypeID,
tl_input_sticker_set_gen.go#L853: b.PutID(InputStickerSetPremiumGiftsTypeID)
tl_input_sticker_set_gen.go#L870: if err := b.ConsumeID(InputStickerSetPremiumGiftsTypeID); err != nil {
tl_input_sticker_set_gen.go#L1397: case InputStickerSetPremiumGiftsTypeID:
tl_registry_gen.go#L532: InputStickerSetPremiumGiftsTypeID: "inputStickerSetPremiumGifts#c88b3b02",
tl_registry_gen.go#L2314: "inputStickerSetPremiumGifts": InputStickerSetPremiumGiftsTypeID,
tl_registry_gen.go#L4096: InputStickerSetPremiumGiftsTypeID: func() bin.Object { return &InputStickerSetPremiumGifts{} },
tl_registry_gen.go#L5938: InputStickerSetPremiumGiftsTypeID,
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. |