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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_slices_gen.go#L159: func (s InputStorePaymentPurposeClassArray) AsInputStorePaymentPremiumGiveaway() (to InputStorePaymentPremiumGiveawayArray) {
		tl_input_store_payment_purpose_slices_gen.go#L470: type InputStorePaymentPremiumGiveawayArray []InputStorePaymentPremiumGiveaway
		tl_input_store_payment_purpose_slices_gen.go#L473: func (s InputStorePaymentPremiumGiveawayArray) Sort(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L481: func (s InputStorePaymentPremiumGiveawayArray) SortStable(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L489: func (s InputStorePaymentPremiumGiveawayArray) Retain(keep func(x InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L503: func (s InputStorePaymentPremiumGiveawayArray) First() (v InputStorePaymentPremiumGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L511: func (s InputStorePaymentPremiumGiveawayArray) Last() (v InputStorePaymentPremiumGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L519: func (s *InputStorePaymentPremiumGiveawayArray) PopFirst() (v InputStorePaymentPremiumGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L538: func (s *InputStorePaymentPremiumGiveawayArray) Pop() (v InputStorePaymentPremiumGiveaway, ok bool) {