type github.com/gotd/td/tg.UpdateChannelUserTypingArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1056: func (s UpdateClassArray) AsUpdateChannelUserTyping() (to UpdateChannelUserTypingArray) {
tl_update_slices_gen.go#L7569: type UpdateChannelUserTypingArray []UpdateChannelUserTyping
tl_update_slices_gen.go#L7572: func (s UpdateChannelUserTypingArray) Sort(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
tl_update_slices_gen.go#L7580: func (s UpdateChannelUserTypingArray) SortStable(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
tl_update_slices_gen.go#L7588: func (s UpdateChannelUserTypingArray) Retain(keep func(x UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
tl_update_slices_gen.go#L7602: func (s UpdateChannelUserTypingArray) First() (v UpdateChannelUserTyping, ok bool) {
tl_update_slices_gen.go#L7610: func (s UpdateChannelUserTypingArray) Last() (v UpdateChannelUserTyping, ok bool) {
tl_update_slices_gen.go#L7618: func (s *UpdateChannelUserTypingArray) PopFirst() (v UpdateChannelUserTyping, ok bool) {
tl_update_slices_gen.go#L7637: func (s *UpdateChannelUserTypingArray) Pop() (v UpdateChannelUserTyping, 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. |