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 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |