type github.com/gotd/td/tg.InputStickerSetPremiumGifts

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_sticker_set_gen.go#L786: type InputStickerSetPremiumGifts struct {
		tl_input_sticker_set_gen.go#L793: func (i InputStickerSetPremiumGifts) construct() InputStickerSetClass { return &i }
		tl_input_sticker_set_gen.go#L797: 	_ bin.Encoder     = &InputStickerSetPremiumGifts{}
		tl_input_sticker_set_gen.go#L798: 	_ bin.Decoder     = &InputStickerSetPremiumGifts{}
		tl_input_sticker_set_gen.go#L799: 	_ bin.BareEncoder = &InputStickerSetPremiumGifts{}
		tl_input_sticker_set_gen.go#L800: 	_ bin.BareDecoder = &InputStickerSetPremiumGifts{}
		tl_input_sticker_set_gen.go#L802: 	_ InputStickerSetClass = &InputStickerSetPremiumGifts{}
		tl_input_sticker_set_gen.go#L805: func (i *InputStickerSetPremiumGifts) Zero() bool {
		tl_input_sticker_set_gen.go#L814: func (i *InputStickerSetPremiumGifts) String() string {
		tl_input_sticker_set_gen.go#L818: 	type Alias InputStickerSetPremiumGifts
		tl_input_sticker_set_gen.go#L825: func (*InputStickerSetPremiumGifts) TypeID() uint32 {
		tl_input_sticker_set_gen.go#L830: func (*InputStickerSetPremiumGifts) TypeName() string {
		tl_input_sticker_set_gen.go#L835: func (i *InputStickerSetPremiumGifts) TypeInfo() tdp.Type {
		tl_input_sticker_set_gen.go#L849: func (i *InputStickerSetPremiumGifts) Encode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L858: func (i *InputStickerSetPremiumGifts) EncodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L866: func (i *InputStickerSetPremiumGifts) Decode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L877: func (i *InputStickerSetPremiumGifts) DecodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1399: 		v := InputStickerSetPremiumGifts{}
		tl_registry_gen.go#L4096: 		InputStickerSetPremiumGiftsTypeID:                        func() bin.Object { return &InputStickerSetPremiumGifts{} },