type github.com/gotd/td/tg.UpdateNewMessageArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L120: func (s UpdateClassArray) AsUpdateNewMessage() (to UpdateNewMessageArray) {
tl_update_slices_gen.go#L1511: type UpdateNewMessageArray []UpdateNewMessage
tl_update_slices_gen.go#L1514: func (s UpdateNewMessageArray) Sort(less func(a, b UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L1522: func (s UpdateNewMessageArray) SortStable(less func(a, b UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L1530: func (s UpdateNewMessageArray) Retain(keep func(x UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L1544: func (s UpdateNewMessageArray) First() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L1552: func (s UpdateNewMessageArray) Last() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L1560: func (s *UpdateNewMessageArray) PopFirst() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L1579: func (s *UpdateNewMessageArray) Pop() (v UpdateNewMessage, 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. |