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

33 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L2374: type InputStickerSetThumbLegacy struct {
		tl_input_file_location_gen.go#L2387: func (i InputStickerSetThumbLegacy) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L2391: 	_ bin.Encoder     = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2392: 	_ bin.Decoder     = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2393: 	_ bin.BareEncoder = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2394: 	_ bin.BareDecoder = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2396: 	_ InputFileLocationClass = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2399: func (i *InputStickerSetThumbLegacy) Zero() bool {
		tl_input_file_location_gen.go#L2417: func (i *InputStickerSetThumbLegacy) String() string {
		tl_input_file_location_gen.go#L2421: 	type Alias InputStickerSetThumbLegacy
		tl_input_file_location_gen.go#L2426: func (i *InputStickerSetThumbLegacy) FillFrom(from interface {
		tl_input_file_location_gen.go#L2439: func (*InputStickerSetThumbLegacy) TypeID() uint32 {
		tl_input_file_location_gen.go#L2444: func (*InputStickerSetThumbLegacy) TypeName() string {
		tl_input_file_location_gen.go#L2449: func (i *InputStickerSetThumbLegacy) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L2476: func (i *InputStickerSetThumbLegacy) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2485: func (i *InputStickerSetThumbLegacy) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2501: func (i *InputStickerSetThumbLegacy) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2512: func (i *InputStickerSetThumbLegacy) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2541: func (i *InputStickerSetThumbLegacy) GetStickerset() (value InputStickerSetClass) {
		tl_input_file_location_gen.go#L2549: func (i *InputStickerSetThumbLegacy) GetVolumeID() (value int64) {
		tl_input_file_location_gen.go#L2557: func (i *InputStickerSetThumbLegacy) GetLocalID() (value int) {
		tl_input_file_location_gen.go#L2697: 		v := InputStickerSetThumbLegacy{}
		tl_input_file_location_slices_gen.go#L252: 		value, ok := elem.(*InputStickerSetThumbLegacy)
		tl_input_file_location_slices_gen.go#L1223: type InputStickerSetThumbLegacyArray []InputStickerSetThumbLegacy
		tl_input_file_location_slices_gen.go#L1226: func (s InputStickerSetThumbLegacyArray) Sort(less func(a, b InputStickerSetThumbLegacy) bool) InputStickerSetThumbLegacyArray {
		tl_input_file_location_slices_gen.go#L1234: func (s InputStickerSetThumbLegacyArray) SortStable(less func(a, b InputStickerSetThumbLegacy) bool) InputStickerSetThumbLegacyArray {
		tl_input_file_location_slices_gen.go#L1242: func (s InputStickerSetThumbLegacyArray) Retain(keep func(x InputStickerSetThumbLegacy) bool) InputStickerSetThumbLegacyArray {
		tl_input_file_location_slices_gen.go#L1256: func (s InputStickerSetThumbLegacyArray) First() (v InputStickerSetThumbLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1264: func (s InputStickerSetThumbLegacyArray) Last() (v InputStickerSetThumbLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1272: func (s *InputStickerSetThumbLegacyArray) PopFirst() (v InputStickerSetThumbLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1282: 	var zero InputStickerSetThumbLegacy
		tl_input_file_location_slices_gen.go#L1291: func (s *InputStickerSetThumbLegacyArray) Pop() (v InputStickerSetThumbLegacy, ok bool) {
		tl_registry_gen.go#L5377: 		InputStickerSetThumbLegacyTypeID:                                        func() bin.Object { return &InputStickerSetThumbLegacy{} },