type github.com/gotd/td/tg.UpdateUserArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1355: func (s UpdateClassArray) AsUpdateUser() (to UpdateUserArray) {
tl_update_slices_gen.go#L9511: type UpdateUserArray []UpdateUser
tl_update_slices_gen.go#L9514: func (s UpdateUserArray) Sort(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9522: func (s UpdateUserArray) SortStable(less func(a, b UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9530: func (s UpdateUserArray) Retain(keep func(x UpdateUser) bool) UpdateUserArray {
tl_update_slices_gen.go#L9544: func (s UpdateUserArray) First() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9552: func (s UpdateUserArray) Last() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9560: func (s *UpdateUserArray) PopFirst() (v UpdateUser, ok bool) {
tl_update_slices_gen.go#L9579: func (s *UpdateUserArray) Pop() (v UpdateUser, 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. |