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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1368: func (s UpdateClassArray) AsUpdateGroupInvitePrivacyForbidden() (to UpdateGroupInvitePrivacyForbiddenArray) {
		tl_update_slices_gen.go#L9593: type UpdateGroupInvitePrivacyForbiddenArray []UpdateGroupInvitePrivacyForbidden
		tl_update_slices_gen.go#L9596: func (s UpdateGroupInvitePrivacyForbiddenArray) Sort(less func(a, b UpdateGroupInvitePrivacyForbidden) bool) UpdateGroupInvitePrivacyForbiddenArray {
		tl_update_slices_gen.go#L9604: func (s UpdateGroupInvitePrivacyForbiddenArray) SortStable(less func(a, b UpdateGroupInvitePrivacyForbidden) bool) UpdateGroupInvitePrivacyForbiddenArray {
		tl_update_slices_gen.go#L9612: func (s UpdateGroupInvitePrivacyForbiddenArray) Retain(keep func(x UpdateGroupInvitePrivacyForbidden) bool) UpdateGroupInvitePrivacyForbiddenArray {
		tl_update_slices_gen.go#L9626: func (s UpdateGroupInvitePrivacyForbiddenArray) First() (v UpdateGroupInvitePrivacyForbidden, ok bool) {
		tl_update_slices_gen.go#L9634: func (s UpdateGroupInvitePrivacyForbiddenArray) Last() (v UpdateGroupInvitePrivacyForbidden, ok bool) {
		tl_update_slices_gen.go#L9642: func (s *UpdateGroupInvitePrivacyForbiddenArray) PopFirst() (v UpdateGroupInvitePrivacyForbidden, ok bool) {
		tl_update_slices_gen.go#L9661: func (s *UpdateGroupInvitePrivacyForbiddenArray) Pop() (v UpdateGroupInvitePrivacyForbidden, ok bool) {