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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L380: func (s UpdateClassArray) AsUpdateReadHistoryInbox() (to UpdateReadHistoryInboxArray) {
		tl_update_slices_gen.go#L3221: type UpdateReadHistoryInboxArray []UpdateReadHistoryInbox
		tl_update_slices_gen.go#L3224: func (s UpdateReadHistoryInboxArray) Sort(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
		tl_update_slices_gen.go#L3232: func (s UpdateReadHistoryInboxArray) SortStable(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
		tl_update_slices_gen.go#L3240: func (s UpdateReadHistoryInboxArray) Retain(keep func(x UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
		tl_update_slices_gen.go#L3254: func (s UpdateReadHistoryInboxArray) First() (v UpdateReadHistoryInbox, ok bool) {
		tl_update_slices_gen.go#L3262: func (s UpdateReadHistoryInboxArray) Last() (v UpdateReadHistoryInbox, ok bool) {
		tl_update_slices_gen.go#L3270: func (s *UpdateReadHistoryInboxArray) PopFirst() (v UpdateReadHistoryInbox, ok bool) {
		tl_update_slices_gen.go#L3289: func (s *UpdateReadHistoryInboxArray) Pop() (v UpdateReadHistoryInbox, ok bool) {