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