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

18 uses

	github.com/gotd/td/tg (current package)
		tl_chat_slices_gen.go#L307: func (s ChatClassArray) AsCommunityForbidden() (to CommunityForbiddenArray) {
		tl_chat_slices_gen.go#L1148: type CommunityForbiddenArray []CommunityForbidden
		tl_chat_slices_gen.go#L1151: func (s CommunityForbiddenArray) Sort(less func(a, b CommunityForbidden) bool) CommunityForbiddenArray {
		tl_chat_slices_gen.go#L1159: func (s CommunityForbiddenArray) SortStable(less func(a, b CommunityForbidden) bool) CommunityForbiddenArray {
		tl_chat_slices_gen.go#L1167: func (s CommunityForbiddenArray) Retain(keep func(x CommunityForbidden) bool) CommunityForbiddenArray {
		tl_chat_slices_gen.go#L1181: func (s CommunityForbiddenArray) First() (v CommunityForbidden, ok bool) {
		tl_chat_slices_gen.go#L1189: func (s CommunityForbiddenArray) Last() (v CommunityForbidden, ok bool) {
		tl_chat_slices_gen.go#L1197: func (s *CommunityForbiddenArray) PopFirst() (v CommunityForbidden, ok bool) {
		tl_chat_slices_gen.go#L1216: func (s *CommunityForbiddenArray) Pop() (v CommunityForbidden, ok bool) {
		tl_chat_slices_gen.go#L1230: func (s CommunityForbiddenArray) SortByID() CommunityForbiddenArray {
		tl_chat_slices_gen.go#L1237: func (s CommunityForbiddenArray) SortStableByID() CommunityForbiddenArray {
		tl_chat_slices_gen.go#L1244: func (s CommunityForbiddenArray) FillMap(to map[int64]CommunityForbidden) {
		tl_chat_slices_gen.go#L1251: func (s CommunityForbiddenArray) ToMap() map[int64]CommunityForbidden {