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) {