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#L3728: type UpdateReadHistoryInboxArray []UpdateReadHistoryInbox
		tl_update_slices_gen.go#L3731: func (s UpdateReadHistoryInboxArray) Sort(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
		tl_update_slices_gen.go#L3739: func (s UpdateReadHistoryInboxArray) SortStable(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
		tl_update_slices_gen.go#L3747: func (s UpdateReadHistoryInboxArray) Retain(keep func(x UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
		tl_update_slices_gen.go#L3761: func (s UpdateReadHistoryInboxArray) First() (v UpdateReadHistoryInbox, ok bool) {
		tl_update_slices_gen.go#L3769: func (s UpdateReadHistoryInboxArray) Last() (v UpdateReadHistoryInbox, ok bool) {
		tl_update_slices_gen.go#L3777: func (s *UpdateReadHistoryInboxArray) PopFirst() (v UpdateReadHistoryInbox, ok bool) {
		tl_update_slices_gen.go#L3796: func (s *UpdateReadHistoryInboxArray) Pop() (v UpdateReadHistoryInbox, ok bool) {