type github.com/gotd/td/tg.InputStarGiftAuctionArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_star_gift_auction_slices_gen.go#L120: func (s InputStarGiftAuctionClassArray) AsInputStarGiftAuction() (to InputStarGiftAuctionArray) {
tl_input_star_gift_auction_slices_gen.go#L146: type InputStarGiftAuctionArray []InputStarGiftAuction
tl_input_star_gift_auction_slices_gen.go#L149: func (s InputStarGiftAuctionArray) Sort(less func(a, b InputStarGiftAuction) bool) InputStarGiftAuctionArray {
tl_input_star_gift_auction_slices_gen.go#L157: func (s InputStarGiftAuctionArray) SortStable(less func(a, b InputStarGiftAuction) bool) InputStarGiftAuctionArray {
tl_input_star_gift_auction_slices_gen.go#L165: func (s InputStarGiftAuctionArray) Retain(keep func(x InputStarGiftAuction) bool) InputStarGiftAuctionArray {
tl_input_star_gift_auction_slices_gen.go#L179: func (s InputStarGiftAuctionArray) First() (v InputStarGiftAuction, ok bool) {
tl_input_star_gift_auction_slices_gen.go#L187: func (s InputStarGiftAuctionArray) Last() (v InputStarGiftAuction, ok bool) {
tl_input_star_gift_auction_slices_gen.go#L195: func (s *InputStarGiftAuctionArray) PopFirst() (v InputStarGiftAuction, ok bool) {
tl_input_star_gift_auction_slices_gen.go#L214: func (s *InputStarGiftAuctionArray) Pop() (v InputStarGiftAuction, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |