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#L418: type InputStorePaymentPremiumGiveawayArray []InputStorePaymentPremiumGiveaway
tl_input_store_payment_purpose_slices_gen.go#L421: func (s InputStorePaymentPremiumGiveawayArray) Sort(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
tl_input_store_payment_purpose_slices_gen.go#L429: func (s InputStorePaymentPremiumGiveawayArray) SortStable(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
tl_input_store_payment_purpose_slices_gen.go#L437: func (s InputStorePaymentPremiumGiveawayArray) Retain(keep func(x InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
tl_input_store_payment_purpose_slices_gen.go#L451: func (s InputStorePaymentPremiumGiveawayArray) First() (v InputStorePaymentPremiumGiveaway, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L459: func (s InputStorePaymentPremiumGiveawayArray) Last() (v InputStorePaymentPremiumGiveaway, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L467: func (s *InputStorePaymentPremiumGiveawayArray) PopFirst() (v InputStorePaymentPremiumGiveaway, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L486: func (s *InputStorePaymentPremiumGiveawayArray) Pop() (v InputStorePaymentPremiumGiveaway, ok bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |