type github.com/gotd/td/tg.UpdateUserTypingArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L159: func (s UpdateClassArray) AsUpdateUserTyping() (to UpdateUserTypingArray) {
tl_update_slices_gen.go#L1785: type UpdateUserTypingArray []UpdateUserTyping
tl_update_slices_gen.go#L1788: func (s UpdateUserTypingArray) Sort(less func(a, b UpdateUserTyping) bool) UpdateUserTypingArray {
tl_update_slices_gen.go#L1796: func (s UpdateUserTypingArray) SortStable(less func(a, b UpdateUserTyping) bool) UpdateUserTypingArray {
tl_update_slices_gen.go#L1804: func (s UpdateUserTypingArray) Retain(keep func(x UpdateUserTyping) bool) UpdateUserTypingArray {
tl_update_slices_gen.go#L1818: func (s UpdateUserTypingArray) First() (v UpdateUserTyping, ok bool) {
tl_update_slices_gen.go#L1826: func (s UpdateUserTypingArray) Last() (v UpdateUserTyping, ok bool) {
tl_update_slices_gen.go#L1834: func (s *UpdateUserTypingArray) PopFirst() (v UpdateUserTyping, ok bool) {
tl_update_slices_gen.go#L1853: func (s *UpdateUserTypingArray) Pop() (v UpdateUserTyping, 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. |