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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_slices_gen.go#L185: func (s InputStorePaymentPurposeClassArray) AsInputStorePaymentStarsGift() (to InputStorePaymentStarsGiftArray) {
		tl_input_store_payment_purpose_slices_gen.go#L634: type InputStorePaymentStarsGiftArray []InputStorePaymentStarsGift
		tl_input_store_payment_purpose_slices_gen.go#L637: func (s InputStorePaymentStarsGiftArray) Sort(less func(a, b InputStorePaymentStarsGift) bool) InputStorePaymentStarsGiftArray {
		tl_input_store_payment_purpose_slices_gen.go#L645: func (s InputStorePaymentStarsGiftArray) SortStable(less func(a, b InputStorePaymentStarsGift) bool) InputStorePaymentStarsGiftArray {
		tl_input_store_payment_purpose_slices_gen.go#L653: func (s InputStorePaymentStarsGiftArray) Retain(keep func(x InputStorePaymentStarsGift) bool) InputStorePaymentStarsGiftArray {
		tl_input_store_payment_purpose_slices_gen.go#L667: func (s InputStorePaymentStarsGiftArray) First() (v InputStorePaymentStarsGift, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L675: func (s InputStorePaymentStarsGiftArray) Last() (v InputStorePaymentStarsGift, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L683: func (s *InputStorePaymentStarsGiftArray) PopFirst() (v InputStorePaymentStarsGift, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L702: func (s *InputStorePaymentStarsGiftArray) Pop() (v InputStorePaymentStarsGift, ok bool) {