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

12 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participants_slices_gen.go#L120: func (s ChatParticipantsClassArray) AsChatParticipantsForbidden() (to ChatParticipantsForbiddenArray) {
		tl_chat_participants_slices_gen.go#L201: type ChatParticipantsForbiddenArray []ChatParticipantsForbidden
		tl_chat_participants_slices_gen.go#L204: func (s ChatParticipantsForbiddenArray) Sort(less func(a, b ChatParticipantsForbidden) bool) ChatParticipantsForbiddenArray {
		tl_chat_participants_slices_gen.go#L212: func (s ChatParticipantsForbiddenArray) SortStable(less func(a, b ChatParticipantsForbidden) bool) ChatParticipantsForbiddenArray {
		tl_chat_participants_slices_gen.go#L220: func (s ChatParticipantsForbiddenArray) Retain(keep func(x ChatParticipantsForbidden) bool) ChatParticipantsForbiddenArray {
		tl_chat_participants_slices_gen.go#L234: func (s ChatParticipantsForbiddenArray) First() (v ChatParticipantsForbidden, ok bool) {
		tl_chat_participants_slices_gen.go#L242: func (s ChatParticipantsForbiddenArray) Last() (v ChatParticipantsForbidden, ok bool) {
		tl_chat_participants_slices_gen.go#L250: func (s *ChatParticipantsForbiddenArray) PopFirst() (v ChatParticipantsForbidden, ok bool) {
		tl_chat_participants_slices_gen.go#L269: func (s *ChatParticipantsForbiddenArray) Pop() (v ChatParticipantsForbidden, ok bool) {