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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L289: func (s UpdateClassArray) AsUpdateChatParticipantAdd() (to UpdateChatParticipantAddArray) {
		tl_update_slices_gen.go#L2633: type UpdateChatParticipantAddArray []UpdateChatParticipantAdd
		tl_update_slices_gen.go#L2636: func (s UpdateChatParticipantAddArray) Sort(less func(a, b UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
		tl_update_slices_gen.go#L2644: func (s UpdateChatParticipantAddArray) SortStable(less func(a, b UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
		tl_update_slices_gen.go#L2652: func (s UpdateChatParticipantAddArray) Retain(keep func(x UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
		tl_update_slices_gen.go#L2666: func (s UpdateChatParticipantAddArray) First() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2674: func (s UpdateChatParticipantAddArray) Last() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2682: func (s *UpdateChatParticipantAddArray) PopFirst() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2701: func (s *UpdateChatParticipantAddArray) Pop() (v UpdateChatParticipantAdd, ok bool) {
		tl_update_slices_gen.go#L2715: func (s UpdateChatParticipantAddArray) SortByDate() UpdateChatParticipantAddArray {
		tl_update_slices_gen.go#L2722: func (s UpdateChatParticipantAddArray) SortStableByDate() UpdateChatParticipantAddArray {