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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L588: func (s UpdateClassArray) AsUpdateEditChannelMessage() (to UpdateEditChannelMessageArray) {
		tl_update_slices_gen.go#L4561: type UpdateEditChannelMessageArray []UpdateEditChannelMessage
		tl_update_slices_gen.go#L4564: func (s UpdateEditChannelMessageArray) Sort(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
		tl_update_slices_gen.go#L4572: func (s UpdateEditChannelMessageArray) SortStable(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
		tl_update_slices_gen.go#L4580: func (s UpdateEditChannelMessageArray) Retain(keep func(x UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
		tl_update_slices_gen.go#L4594: func (s UpdateEditChannelMessageArray) First() (v UpdateEditChannelMessage, ok bool) {
		tl_update_slices_gen.go#L4602: func (s UpdateEditChannelMessageArray) Last() (v UpdateEditChannelMessage, ok bool) {
		tl_update_slices_gen.go#L4610: func (s *UpdateEditChannelMessageArray) PopFirst() (v UpdateEditChannelMessage, ok bool) {
		tl_update_slices_gen.go#L4629: func (s *UpdateEditChannelMessageArray) Pop() (v UpdateEditChannelMessage, ok bool) {