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