type github.com/gotd/td/tg.CommunityArray

22 uses

	github.com/gotd/td/tg (current package)
		tl_chat_slices_gen.go#L338: func (s ChatClassArray) AsCommunity() (to CommunityArray) {
		tl_chat_slices_gen.go#L1258: type CommunityArray []Community
		tl_chat_slices_gen.go#L1261: func (s CommunityArray) Sort(less func(a, b Community) bool) CommunityArray {
		tl_chat_slices_gen.go#L1269: func (s CommunityArray) SortStable(less func(a, b Community) bool) CommunityArray {
		tl_chat_slices_gen.go#L1277: func (s CommunityArray) Retain(keep func(x Community) bool) CommunityArray {
		tl_chat_slices_gen.go#L1291: func (s CommunityArray) First() (v Community, ok bool) {
		tl_chat_slices_gen.go#L1299: func (s CommunityArray) Last() (v Community, ok bool) {
		tl_chat_slices_gen.go#L1307: func (s *CommunityArray) PopFirst() (v Community, ok bool) {
		tl_chat_slices_gen.go#L1326: func (s *CommunityArray) Pop() (v Community, ok bool) {
		tl_chat_slices_gen.go#L1340: func (s CommunityArray) SortByID() CommunityArray {
		tl_chat_slices_gen.go#L1347: func (s CommunityArray) SortStableByID() CommunityArray {
		tl_chat_slices_gen.go#L1354: func (s CommunityArray) SortByDate() CommunityArray {
		tl_chat_slices_gen.go#L1361: func (s CommunityArray) SortStableByDate() CommunityArray {
		tl_chat_slices_gen.go#L1368: func (s CommunityArray) FillMap(to map[int64]Community) {
		tl_chat_slices_gen.go#L1375: func (s CommunityArray) ToMap() map[int64]Community {