type github.com/gotd/td/tg.UpdateChatArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1095: func (s UpdateClassArray) AsUpdateChat() (to UpdateChatArray) {
tl_update_slices_gen.go#L7815: type UpdateChatArray []UpdateChat
tl_update_slices_gen.go#L7818: func (s UpdateChatArray) Sort(less func(a, b UpdateChat) bool) UpdateChatArray {
tl_update_slices_gen.go#L7826: func (s UpdateChatArray) SortStable(less func(a, b UpdateChat) bool) UpdateChatArray {
tl_update_slices_gen.go#L7834: func (s UpdateChatArray) Retain(keep func(x UpdateChat) bool) UpdateChatArray {
tl_update_slices_gen.go#L7848: func (s UpdateChatArray) First() (v UpdateChat, ok bool) {
tl_update_slices_gen.go#L7856: func (s UpdateChatArray) Last() (v UpdateChat, ok bool) {
tl_update_slices_gen.go#L7864: func (s *UpdateChatArray) PopFirst() (v UpdateChat, ok bool) {
tl_update_slices_gen.go#L7883: func (s *UpdateChatArray) Pop() (v UpdateChat, 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. |