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