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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L393: func (s UpdateClassArray) AsUpdateReadHistoryOutbox() (to UpdateReadHistoryOutboxArray) {
		tl_update_slices_gen.go#L3303: type UpdateReadHistoryOutboxArray []UpdateReadHistoryOutbox
		tl_update_slices_gen.go#L3306: func (s UpdateReadHistoryOutboxArray) Sort(less func(a, b UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
		tl_update_slices_gen.go#L3314: func (s UpdateReadHistoryOutboxArray) SortStable(less func(a, b UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
		tl_update_slices_gen.go#L3322: func (s UpdateReadHistoryOutboxArray) Retain(keep func(x UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
		tl_update_slices_gen.go#L3336: func (s UpdateReadHistoryOutboxArray) First() (v UpdateReadHistoryOutbox, ok bool) {
		tl_update_slices_gen.go#L3344: func (s UpdateReadHistoryOutboxArray) Last() (v UpdateReadHistoryOutbox, ok bool) {
		tl_update_slices_gen.go#L3352: func (s *UpdateReadHistoryOutboxArray) PopFirst() (v UpdateReadHistoryOutbox, ok bool) {
		tl_update_slices_gen.go#L3371: func (s *UpdateReadHistoryOutboxArray) Pop() (v UpdateReadHistoryOutbox, ok bool) {