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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_slices_gen.go#L198: func (s InputStorePaymentPurposeClassArray) AsInputStorePaymentStarsGiveaway() (to InputStorePaymentStarsGiveawayArray) {
		tl_input_store_payment_purpose_slices_gen.go#L716: type InputStorePaymentStarsGiveawayArray []InputStorePaymentStarsGiveaway
		tl_input_store_payment_purpose_slices_gen.go#L719: func (s InputStorePaymentStarsGiveawayArray) Sort(less func(a, b InputStorePaymentStarsGiveaway) bool) InputStorePaymentStarsGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L727: func (s InputStorePaymentStarsGiveawayArray) SortStable(less func(a, b InputStorePaymentStarsGiveaway) bool) InputStorePaymentStarsGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L735: func (s InputStorePaymentStarsGiveawayArray) Retain(keep func(x InputStorePaymentStarsGiveaway) bool) InputStorePaymentStarsGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L749: func (s InputStorePaymentStarsGiveawayArray) First() (v InputStorePaymentStarsGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L757: func (s InputStorePaymentStarsGiveawayArray) Last() (v InputStorePaymentStarsGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L765: func (s *InputStorePaymentStarsGiveawayArray) PopFirst() (v InputStorePaymentStarsGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L784: func (s *InputStorePaymentStarsGiveawayArray) Pop() (v InputStorePaymentStarsGiveaway, ok bool) {