type github.com/gotd/td/tg.InputPeerColorCollectibleArray
12 uses
github.com/gotd/td/tg (current package)
tl_peer_color_slices_gen.go#L146: func (s PeerColorClassArray) AsInputPeerColorCollectible() (to InputPeerColorCollectibleArray) {
tl_peer_color_slices_gen.go#L323: type InputPeerColorCollectibleArray []InputPeerColorCollectible
tl_peer_color_slices_gen.go#L326: func (s InputPeerColorCollectibleArray) Sort(less func(a, b InputPeerColorCollectible) bool) InputPeerColorCollectibleArray {
tl_peer_color_slices_gen.go#L334: func (s InputPeerColorCollectibleArray) SortStable(less func(a, b InputPeerColorCollectible) bool) InputPeerColorCollectibleArray {
tl_peer_color_slices_gen.go#L342: func (s InputPeerColorCollectibleArray) Retain(keep func(x InputPeerColorCollectible) bool) InputPeerColorCollectibleArray {
tl_peer_color_slices_gen.go#L356: func (s InputPeerColorCollectibleArray) First() (v InputPeerColorCollectible, ok bool) {
tl_peer_color_slices_gen.go#L364: func (s InputPeerColorCollectibleArray) Last() (v InputPeerColorCollectible, ok bool) {
tl_peer_color_slices_gen.go#L372: func (s *InputPeerColorCollectibleArray) PopFirst() (v InputPeerColorCollectible, ok bool) {
tl_peer_color_slices_gen.go#L391: func (s *InputPeerColorCollectibleArray) Pop() (v InputPeerColorCollectible, 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. |