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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L640: func (s UpdateClassArray) AsUpdateReadChannelOutbox() (to UpdateReadChannelOutboxArray) {
		tl_update_slices_gen.go#L4889: type UpdateReadChannelOutboxArray []UpdateReadChannelOutbox
		tl_update_slices_gen.go#L4892: func (s UpdateReadChannelOutboxArray) Sort(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
		tl_update_slices_gen.go#L4900: func (s UpdateReadChannelOutboxArray) SortStable(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
		tl_update_slices_gen.go#L4908: func (s UpdateReadChannelOutboxArray) Retain(keep func(x UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
		tl_update_slices_gen.go#L4922: func (s UpdateReadChannelOutboxArray) First() (v UpdateReadChannelOutbox, ok bool) {
		tl_update_slices_gen.go#L4930: func (s UpdateReadChannelOutboxArray) Last() (v UpdateReadChannelOutbox, ok bool) {
		tl_update_slices_gen.go#L4938: func (s *UpdateReadChannelOutboxArray) PopFirst() (v UpdateReadChannelOutbox, ok bool) {
		tl_update_slices_gen.go#L4957: func (s *UpdateReadChannelOutboxArray) Pop() (v UpdateReadChannelOutbox, ok bool) {