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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_slices_gen.go#L250: func (s InputFileLocationClassArray) AsInputStickerSetThumbLegacy() (to InputStickerSetThumbLegacyArray) {
		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#L1291: func (s *InputStickerSetThumbLegacyArray) Pop() (v InputStickerSetThumbLegacy, ok bool) {