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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L484: func (s UpdateClassArray) AsUpdateDeleteChannelMessages() (to UpdateDeleteChannelMessagesArray) {
		tl_update_slices_gen.go#L3877: type UpdateDeleteChannelMessagesArray []UpdateDeleteChannelMessages
		tl_update_slices_gen.go#L3880: func (s UpdateDeleteChannelMessagesArray) Sort(less func(a, b UpdateDeleteChannelMessages) bool) UpdateDeleteChannelMessagesArray {
		tl_update_slices_gen.go#L3888: func (s UpdateDeleteChannelMessagesArray) SortStable(less func(a, b UpdateDeleteChannelMessages) bool) UpdateDeleteChannelMessagesArray {
		tl_update_slices_gen.go#L3896: func (s UpdateDeleteChannelMessagesArray) Retain(keep func(x UpdateDeleteChannelMessages) bool) UpdateDeleteChannelMessagesArray {
		tl_update_slices_gen.go#L3910: func (s UpdateDeleteChannelMessagesArray) First() (v UpdateDeleteChannelMessages, ok bool) {
		tl_update_slices_gen.go#L3918: func (s UpdateDeleteChannelMessagesArray) Last() (v UpdateDeleteChannelMessages, ok bool) {
		tl_update_slices_gen.go#L3926: func (s *UpdateDeleteChannelMessagesArray) PopFirst() (v UpdateDeleteChannelMessages, ok bool) {
		tl_update_slices_gen.go#L3945: func (s *UpdateDeleteChannelMessagesArray) Pop() (v UpdateDeleteChannelMessages, ok bool) {