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

33 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L2379: type InputStickerSetThumbLegacy struct {
		tl_input_file_location_gen.go#L2392: func (i InputStickerSetThumbLegacy) construct() InputFileLocationClass { return &i }
		tl_input_file_location_gen.go#L2396: 	_ bin.Encoder     = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2397: 	_ bin.Decoder     = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2398: 	_ bin.BareEncoder = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2399: 	_ bin.BareDecoder = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2401: 	_ InputFileLocationClass = &InputStickerSetThumbLegacy{}
		tl_input_file_location_gen.go#L2404: func (i *InputStickerSetThumbLegacy) Zero() bool {
		tl_input_file_location_gen.go#L2422: func (i *InputStickerSetThumbLegacy) String() string {
		tl_input_file_location_gen.go#L2426: 	type Alias InputStickerSetThumbLegacy
		tl_input_file_location_gen.go#L2431: func (i *InputStickerSetThumbLegacy) FillFrom(from interface {
		tl_input_file_location_gen.go#L2444: func (*InputStickerSetThumbLegacy) TypeID() uint32 {
		tl_input_file_location_gen.go#L2449: func (*InputStickerSetThumbLegacy) TypeName() string {
		tl_input_file_location_gen.go#L2454: func (i *InputStickerSetThumbLegacy) TypeInfo() tdp.Type {
		tl_input_file_location_gen.go#L2481: func (i *InputStickerSetThumbLegacy) Encode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2490: func (i *InputStickerSetThumbLegacy) EncodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2506: func (i *InputStickerSetThumbLegacy) Decode(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2517: func (i *InputStickerSetThumbLegacy) DecodeBare(b *bin.Buffer) error {
		tl_input_file_location_gen.go#L2546: func (i *InputStickerSetThumbLegacy) GetStickerset() (value InputStickerSetClass) {
		tl_input_file_location_gen.go#L2554: func (i *InputStickerSetThumbLegacy) GetVolumeID() (value int64) {
		tl_input_file_location_gen.go#L2562: func (i *InputStickerSetThumbLegacy) GetLocalID() (value int) {
		tl_input_file_location_gen.go#L2716: 		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#L7315: 		InputStickerSetThumbLegacyTypeID:                                        func() bin.Object { return &InputStickerSetThumbLegacy{} },