type github.com/gotd/td/tg.UpdateChatUserTypingArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L172: func (s UpdateClassArray) AsUpdateChatUserTyping() (to UpdateChatUserTypingArray) {
tl_update_slices_gen.go#L1867: type UpdateChatUserTypingArray []UpdateChatUserTyping
tl_update_slices_gen.go#L1870: func (s UpdateChatUserTypingArray) Sort(less func(a, b UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
tl_update_slices_gen.go#L1878: func (s UpdateChatUserTypingArray) SortStable(less func(a, b UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
tl_update_slices_gen.go#L1886: func (s UpdateChatUserTypingArray) Retain(keep func(x UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
tl_update_slices_gen.go#L1900: func (s UpdateChatUserTypingArray) First() (v UpdateChatUserTyping, ok bool) {
tl_update_slices_gen.go#L1908: func (s UpdateChatUserTypingArray) Last() (v UpdateChatUserTyping, ok bool) {
tl_update_slices_gen.go#L1916: func (s *UpdateChatUserTypingArray) PopFirst() (v UpdateChatUserTyping, ok bool) {
tl_update_slices_gen.go#L1935: func (s *UpdateChatUserTypingArray) Pop() (v UpdateChatUserTyping, 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. |