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) {
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. |