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

18 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_slices_gen.go#L214: func (s ChatFullClassArray) AsCommunityFull() (to CommunityFullArray) {
		tl_chat_full_slices_gen.go#L447: type CommunityFullArray []CommunityFull
		tl_chat_full_slices_gen.go#L450: func (s CommunityFullArray) Sort(less func(a, b CommunityFull) bool) CommunityFullArray {
		tl_chat_full_slices_gen.go#L458: func (s CommunityFullArray) SortStable(less func(a, b CommunityFull) bool) CommunityFullArray {
		tl_chat_full_slices_gen.go#L466: func (s CommunityFullArray) Retain(keep func(x CommunityFull) bool) CommunityFullArray {
		tl_chat_full_slices_gen.go#L480: func (s CommunityFullArray) First() (v CommunityFull, ok bool) {
		tl_chat_full_slices_gen.go#L488: func (s CommunityFullArray) Last() (v CommunityFull, ok bool) {
		tl_chat_full_slices_gen.go#L496: func (s *CommunityFullArray) PopFirst() (v CommunityFull, ok bool) {
		tl_chat_full_slices_gen.go#L515: func (s *CommunityFullArray) Pop() (v CommunityFull, ok bool) {
		tl_chat_full_slices_gen.go#L529: func (s CommunityFullArray) SortByID() CommunityFullArray {
		tl_chat_full_slices_gen.go#L536: func (s CommunityFullArray) SortStableByID() CommunityFullArray {
		tl_chat_full_slices_gen.go#L543: func (s CommunityFullArray) FillMap(to map[int64]CommunityFull) {
		tl_chat_full_slices_gen.go#L550: func (s CommunityFullArray) ToMap() map[int64]CommunityFull {