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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_sticker_set_gen.go#L1310: type InputStickerSetTonGifts struct {
		tl_input_sticker_set_gen.go#L1317: func (i InputStickerSetTonGifts) construct() InputStickerSetClass { return &i }
		tl_input_sticker_set_gen.go#L1321: 	_ bin.Encoder     = &InputStickerSetTonGifts{}
		tl_input_sticker_set_gen.go#L1322: 	_ bin.Decoder     = &InputStickerSetTonGifts{}
		tl_input_sticker_set_gen.go#L1323: 	_ bin.BareEncoder = &InputStickerSetTonGifts{}
		tl_input_sticker_set_gen.go#L1324: 	_ bin.BareDecoder = &InputStickerSetTonGifts{}
		tl_input_sticker_set_gen.go#L1326: 	_ InputStickerSetClass = &InputStickerSetTonGifts{}
		tl_input_sticker_set_gen.go#L1329: func (i *InputStickerSetTonGifts) Zero() bool {
		tl_input_sticker_set_gen.go#L1338: func (i *InputStickerSetTonGifts) String() string {
		tl_input_sticker_set_gen.go#L1342: 	type Alias InputStickerSetTonGifts
		tl_input_sticker_set_gen.go#L1349: func (*InputStickerSetTonGifts) TypeID() uint32 {
		tl_input_sticker_set_gen.go#L1354: func (*InputStickerSetTonGifts) TypeName() string {
		tl_input_sticker_set_gen.go#L1359: func (i *InputStickerSetTonGifts) TypeInfo() tdp.Type {
		tl_input_sticker_set_gen.go#L1373: func (i *InputStickerSetTonGifts) Encode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1382: func (i *InputStickerSetTonGifts) EncodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1390: func (i *InputStickerSetTonGifts) Decode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1401: func (i *InputStickerSetTonGifts) DecodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1555: 		v := InputStickerSetTonGifts{}
		tl_registry_gen.go#L5483: 		InputStickerSetTonGiftsTypeID:                            func() bin.Object { return &InputStickerSetTonGifts{} },