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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1030: func (s UpdateClassArray) AsUpdateReadChannelDiscussionOutbox() (to UpdateReadChannelDiscussionOutboxArray) {
		tl_update_slices_gen.go#L7405: type UpdateReadChannelDiscussionOutboxArray []UpdateReadChannelDiscussionOutbox
		tl_update_slices_gen.go#L7408: func (s UpdateReadChannelDiscussionOutboxArray) Sort(less func(a, b UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
		tl_update_slices_gen.go#L7416: func (s UpdateReadChannelDiscussionOutboxArray) SortStable(less func(a, b UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
		tl_update_slices_gen.go#L7424: func (s UpdateReadChannelDiscussionOutboxArray) Retain(keep func(x UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
		tl_update_slices_gen.go#L7438: func (s UpdateReadChannelDiscussionOutboxArray) First() (v UpdateReadChannelDiscussionOutbox, ok bool) {
		tl_update_slices_gen.go#L7446: func (s UpdateReadChannelDiscussionOutboxArray) Last() (v UpdateReadChannelDiscussionOutbox, ok bool) {
		tl_update_slices_gen.go#L7454: func (s *UpdateReadChannelDiscussionOutboxArray) PopFirst() (v UpdateReadChannelDiscussionOutbox, ok bool) {
		tl_update_slices_gen.go#L7473: func (s *UpdateReadChannelDiscussionOutboxArray) Pop() (v UpdateReadChannelDiscussionOutbox, ok bool) {