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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L263: func (s UpdateClassArray) AsUpdateEncryption() (to UpdateEncryptionArray) {
		tl_update_slices_gen.go#L2441: type UpdateEncryptionArray []UpdateEncryption
		tl_update_slices_gen.go#L2444: func (s UpdateEncryptionArray) Sort(less func(a, b UpdateEncryption) bool) UpdateEncryptionArray {
		tl_update_slices_gen.go#L2452: func (s UpdateEncryptionArray) SortStable(less func(a, b UpdateEncryption) bool) UpdateEncryptionArray {
		tl_update_slices_gen.go#L2460: func (s UpdateEncryptionArray) Retain(keep func(x UpdateEncryption) bool) UpdateEncryptionArray {
		tl_update_slices_gen.go#L2474: func (s UpdateEncryptionArray) First() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2482: func (s UpdateEncryptionArray) Last() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2490: func (s *UpdateEncryptionArray) PopFirst() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2509: func (s *UpdateEncryptionArray) Pop() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2523: func (s UpdateEncryptionArray) SortByDate() UpdateEncryptionArray {
		tl_update_slices_gen.go#L2530: func (s UpdateEncryptionArray) SortStableByDate() UpdateEncryptionArray {