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#L8322: type UpdateChatArray []UpdateChat
tl_update_slices_gen.go#L8325: func (s UpdateChatArray) Sort(less func(a, b UpdateChat) bool) UpdateChatArray {
tl_update_slices_gen.go#L8333: func (s UpdateChatArray) SortStable(less func(a, b UpdateChat) bool) UpdateChatArray {
tl_update_slices_gen.go#L8341: func (s UpdateChatArray) Retain(keep func(x UpdateChat) bool) UpdateChatArray {
tl_update_slices_gen.go#L8355: func (s UpdateChatArray) First() (v UpdateChat, ok bool) {
tl_update_slices_gen.go#L8363: func (s UpdateChatArray) Last() (v UpdateChat, ok bool) {
tl_update_slices_gen.go#L8371: func (s *UpdateChatArray) PopFirst() (v UpdateChat, ok bool) {
tl_update_slices_gen.go#L8390: func (s *UpdateChatArray) Pop() (v UpdateChat, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |