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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_slices_gen.go#L211: func (s InputFileLocationClassArray) AsInputStickerSetThumb() (to InputStickerSetThumbArray) {
		tl_input_file_location_slices_gen.go#L977: type InputStickerSetThumbArray []InputStickerSetThumb
		tl_input_file_location_slices_gen.go#L980: func (s InputStickerSetThumbArray) Sort(less func(a, b InputStickerSetThumb) bool) InputStickerSetThumbArray {
		tl_input_file_location_slices_gen.go#L988: func (s InputStickerSetThumbArray) SortStable(less func(a, b InputStickerSetThumb) bool) InputStickerSetThumbArray {
		tl_input_file_location_slices_gen.go#L996: func (s InputStickerSetThumbArray) Retain(keep func(x InputStickerSetThumb) bool) InputStickerSetThumbArray {
		tl_input_file_location_slices_gen.go#L1010: func (s InputStickerSetThumbArray) First() (v InputStickerSetThumb, ok bool) {
		tl_input_file_location_slices_gen.go#L1018: func (s InputStickerSetThumbArray) Last() (v InputStickerSetThumb, ok bool) {
		tl_input_file_location_slices_gen.go#L1026: func (s *InputStickerSetThumbArray) PopFirst() (v InputStickerSetThumb, ok bool) {
		tl_input_file_location_slices_gen.go#L1045: func (s *InputStickerSetThumbArray) Pop() (v InputStickerSetThumb, ok bool) {