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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_sticker_set_slices_gen.go#L133: func (s InputStickerSetClassArray) AsInputStickerSetShortName() (to InputStickerSetShortNameArray) {
		tl_input_sticker_set_slices_gen.go#L269: type InputStickerSetShortNameArray []InputStickerSetShortName
		tl_input_sticker_set_slices_gen.go#L272: func (s InputStickerSetShortNameArray) Sort(less func(a, b InputStickerSetShortName) bool) InputStickerSetShortNameArray {
		tl_input_sticker_set_slices_gen.go#L280: func (s InputStickerSetShortNameArray) SortStable(less func(a, b InputStickerSetShortName) bool) InputStickerSetShortNameArray {
		tl_input_sticker_set_slices_gen.go#L288: func (s InputStickerSetShortNameArray) Retain(keep func(x InputStickerSetShortName) bool) InputStickerSetShortNameArray {
		tl_input_sticker_set_slices_gen.go#L302: func (s InputStickerSetShortNameArray) First() (v InputStickerSetShortName, ok bool) {
		tl_input_sticker_set_slices_gen.go#L310: func (s InputStickerSetShortNameArray) Last() (v InputStickerSetShortName, ok bool) {
		tl_input_sticker_set_slices_gen.go#L318: func (s *InputStickerSetShortNameArray) PopFirst() (v InputStickerSetShortName, ok bool) {
		tl_input_sticker_set_slices_gen.go#L337: func (s *InputStickerSetShortNameArray) Pop() (v InputStickerSetShortName, ok bool) {