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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_slices_gen.go#L172: func (s InputStorePaymentPurposeClassArray) AsInputStorePaymentStarsTopup() (to InputStorePaymentStarsTopupArray) {
		tl_input_store_payment_purpose_slices_gen.go#L552: type InputStorePaymentStarsTopupArray []InputStorePaymentStarsTopup
		tl_input_store_payment_purpose_slices_gen.go#L555: func (s InputStorePaymentStarsTopupArray) Sort(less func(a, b InputStorePaymentStarsTopup) bool) InputStorePaymentStarsTopupArray {
		tl_input_store_payment_purpose_slices_gen.go#L563: func (s InputStorePaymentStarsTopupArray) SortStable(less func(a, b InputStorePaymentStarsTopup) bool) InputStorePaymentStarsTopupArray {
		tl_input_store_payment_purpose_slices_gen.go#L571: func (s InputStorePaymentStarsTopupArray) Retain(keep func(x InputStorePaymentStarsTopup) bool) InputStorePaymentStarsTopupArray {
		tl_input_store_payment_purpose_slices_gen.go#L585: func (s InputStorePaymentStarsTopupArray) First() (v InputStorePaymentStarsTopup, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L593: func (s InputStorePaymentStarsTopupArray) Last() (v InputStorePaymentStarsTopup, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L601: func (s *InputStorePaymentStarsTopupArray) PopFirst() (v InputStorePaymentStarsTopup, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L620: func (s *InputStorePaymentStarsTopupArray) Pop() (v InputStorePaymentStarsTopup, ok bool) {