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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L276: func (s UpdateClassArray) AsUpdateEncryptedMessagesRead() (to UpdateEncryptedMessagesReadArray) {
		tl_update_slices_gen.go#L2537: type UpdateEncryptedMessagesReadArray []UpdateEncryptedMessagesRead
		tl_update_slices_gen.go#L2540: func (s UpdateEncryptedMessagesReadArray) Sort(less func(a, b UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
		tl_update_slices_gen.go#L2548: func (s UpdateEncryptedMessagesReadArray) SortStable(less func(a, b UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
		tl_update_slices_gen.go#L2556: func (s UpdateEncryptedMessagesReadArray) Retain(keep func(x UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
		tl_update_slices_gen.go#L2570: func (s UpdateEncryptedMessagesReadArray) First() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L2578: func (s UpdateEncryptedMessagesReadArray) Last() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L2586: func (s *UpdateEncryptedMessagesReadArray) PopFirst() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L2605: func (s *UpdateEncryptedMessagesReadArray) Pop() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L2619: func (s UpdateEncryptedMessagesReadArray) SortByDate() UpdateEncryptedMessagesReadArray {
		tl_update_slices_gen.go#L2626: func (s UpdateEncryptedMessagesReadArray) SortStableByDate() UpdateEncryptedMessagesReadArray {