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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L237: func (s UpdateClassArray) AsUpdateNewEncryptedMessage() (to UpdateNewEncryptedMessageArray) {
		tl_update_slices_gen.go#L2277: type UpdateNewEncryptedMessageArray []UpdateNewEncryptedMessage
		tl_update_slices_gen.go#L2280: func (s UpdateNewEncryptedMessageArray) Sort(less func(a, b UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
		tl_update_slices_gen.go#L2288: func (s UpdateNewEncryptedMessageArray) SortStable(less func(a, b UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
		tl_update_slices_gen.go#L2296: func (s UpdateNewEncryptedMessageArray) Retain(keep func(x UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
		tl_update_slices_gen.go#L2310: func (s UpdateNewEncryptedMessageArray) First() (v UpdateNewEncryptedMessage, ok bool) {
		tl_update_slices_gen.go#L2318: func (s UpdateNewEncryptedMessageArray) Last() (v UpdateNewEncryptedMessage, ok bool) {
		tl_update_slices_gen.go#L2326: func (s *UpdateNewEncryptedMessageArray) PopFirst() (v UpdateNewEncryptedMessage, ok bool) {
		tl_update_slices_gen.go#L2345: func (s *UpdateNewEncryptedMessageArray) Pop() (v UpdateNewEncryptedMessage, ok bool) {