type github.com/gotd/td/tg.InputSavedStarGiftChatArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_saved_star_gift_slices_gen.go#L133: func (s InputSavedStarGiftClassArray) AsInputSavedStarGiftChat() (to InputSavedStarGiftChatArray) {
tl_input_saved_star_gift_slices_gen.go#L241: type InputSavedStarGiftChatArray []InputSavedStarGiftChat
tl_input_saved_star_gift_slices_gen.go#L244: func (s InputSavedStarGiftChatArray) Sort(less func(a, b InputSavedStarGiftChat) bool) InputSavedStarGiftChatArray {
tl_input_saved_star_gift_slices_gen.go#L252: func (s InputSavedStarGiftChatArray) SortStable(less func(a, b InputSavedStarGiftChat) bool) InputSavedStarGiftChatArray {
tl_input_saved_star_gift_slices_gen.go#L260: func (s InputSavedStarGiftChatArray) Retain(keep func(x InputSavedStarGiftChat) bool) InputSavedStarGiftChatArray {
tl_input_saved_star_gift_slices_gen.go#L274: func (s InputSavedStarGiftChatArray) First() (v InputSavedStarGiftChat, ok bool) {
tl_input_saved_star_gift_slices_gen.go#L282: func (s InputSavedStarGiftChatArray) Last() (v InputSavedStarGiftChat, ok bool) {
tl_input_saved_star_gift_slices_gen.go#L290: func (s *InputSavedStarGiftChatArray) PopFirst() (v InputSavedStarGiftChat, ok bool) {
tl_input_saved_star_gift_slices_gen.go#L309: func (s *InputSavedStarGiftChatArray) Pop() (v InputSavedStarGiftChat, 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. |