type github.com/gotd/td/tg.InputCollectibleUsernameArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_collectible_slices_gen.go#L120: func (s InputCollectibleClassArray) AsInputCollectibleUsername() (to InputCollectibleUsernameArray) {
tl_input_collectible_slices_gen.go#L146: type InputCollectibleUsernameArray []InputCollectibleUsername
tl_input_collectible_slices_gen.go#L149: func (s InputCollectibleUsernameArray) Sort(less func(a, b InputCollectibleUsername) bool) InputCollectibleUsernameArray {
tl_input_collectible_slices_gen.go#L157: func (s InputCollectibleUsernameArray) SortStable(less func(a, b InputCollectibleUsername) bool) InputCollectibleUsernameArray {
tl_input_collectible_slices_gen.go#L165: func (s InputCollectibleUsernameArray) Retain(keep func(x InputCollectibleUsername) bool) InputCollectibleUsernameArray {
tl_input_collectible_slices_gen.go#L179: func (s InputCollectibleUsernameArray) First() (v InputCollectibleUsername, ok bool) {
tl_input_collectible_slices_gen.go#L187: func (s InputCollectibleUsernameArray) Last() (v InputCollectibleUsername, ok bool) {
tl_input_collectible_slices_gen.go#L195: func (s *InputCollectibleUsernameArray) PopFirst() (v InputCollectibleUsername, ok bool) {
tl_input_collectible_slices_gen.go#L214: func (s *InputCollectibleUsernameArray) Pop() (v InputCollectibleUsername, 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. |