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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_slices_gen.go#L146: func (s InputStorePaymentPurposeClassArray) AsInputStorePaymentPremiumGiftCode() (to InputStorePaymentPremiumGiftCodeArray) {
		tl_input_store_payment_purpose_slices_gen.go#L388: type InputStorePaymentPremiumGiftCodeArray []InputStorePaymentPremiumGiftCode
		tl_input_store_payment_purpose_slices_gen.go#L391: func (s InputStorePaymentPremiumGiftCodeArray) Sort(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L399: func (s InputStorePaymentPremiumGiftCodeArray) SortStable(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L407: func (s InputStorePaymentPremiumGiftCodeArray) Retain(keep func(x InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L421: func (s InputStorePaymentPremiumGiftCodeArray) First() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L429: func (s InputStorePaymentPremiumGiftCodeArray) Last() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L437: func (s *InputStorePaymentPremiumGiftCodeArray) PopFirst() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L456: func (s *InputStorePaymentPremiumGiftCodeArray) Pop() (v InputStorePaymentPremiumGiftCode, ok bool) {