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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_sticker_set_gen.go#L38: type InputStickerSetEmpty struct {
		tl_input_sticker_set_gen.go#L45: func (i InputStickerSetEmpty) construct() InputStickerSetClass { return &i }
		tl_input_sticker_set_gen.go#L49: 	_ bin.Encoder     = &InputStickerSetEmpty{}
		tl_input_sticker_set_gen.go#L50: 	_ bin.Decoder     = &InputStickerSetEmpty{}
		tl_input_sticker_set_gen.go#L51: 	_ bin.BareEncoder = &InputStickerSetEmpty{}
		tl_input_sticker_set_gen.go#L52: 	_ bin.BareDecoder = &InputStickerSetEmpty{}
		tl_input_sticker_set_gen.go#L54: 	_ InputStickerSetClass = &InputStickerSetEmpty{}
		tl_input_sticker_set_gen.go#L57: func (i *InputStickerSetEmpty) Zero() bool {
		tl_input_sticker_set_gen.go#L66: func (i *InputStickerSetEmpty) String() string {
		tl_input_sticker_set_gen.go#L70: 	type Alias InputStickerSetEmpty
		tl_input_sticker_set_gen.go#L77: func (*InputStickerSetEmpty) TypeID() uint32 {
		tl_input_sticker_set_gen.go#L82: func (*InputStickerSetEmpty) TypeName() string {
		tl_input_sticker_set_gen.go#L87: func (i *InputStickerSetEmpty) TypeInfo() tdp.Type {
		tl_input_sticker_set_gen.go#L101: func (i *InputStickerSetEmpty) Encode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L110: func (i *InputStickerSetEmpty) EncodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L118: func (i *InputStickerSetEmpty) Decode(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L129: func (i *InputStickerSetEmpty) DecodeBare(b *bin.Buffer) error {
		tl_input_sticker_set_gen.go#L1357: 		v := InputStickerSetEmpty{}
		tl_registry_gen.go#L4090: 		InputStickerSetEmptyTypeID:                               func() bin.Object { return &InputStickerSetEmpty{} },