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#L336: type InputStorePaymentPremiumGiftCodeArray []InputStorePaymentPremiumGiftCode
		tl_input_store_payment_purpose_slices_gen.go#L339: func (s InputStorePaymentPremiumGiftCodeArray) Sort(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L347: func (s InputStorePaymentPremiumGiftCodeArray) SortStable(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L355: func (s InputStorePaymentPremiumGiftCodeArray) Retain(keep func(x InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L369: func (s InputStorePaymentPremiumGiftCodeArray) First() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L377: func (s InputStorePaymentPremiumGiftCodeArray) Last() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L385: func (s *InputStorePaymentPremiumGiftCodeArray) PopFirst() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L404: func (s *InputStorePaymentPremiumGiftCodeArray) Pop() (v InputStorePaymentPremiumGiftCode, ok bool) {