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#L8076: type UpdateChannelUserTypingArray []UpdateChannelUserTyping
tl_update_slices_gen.go#L8079: func (s UpdateChannelUserTypingArray) Sort(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
tl_update_slices_gen.go#L8087: func (s UpdateChannelUserTypingArray) SortStable(less func(a, b UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
tl_update_slices_gen.go#L8095: func (s UpdateChannelUserTypingArray) Retain(keep func(x UpdateChannelUserTyping) bool) UpdateChannelUserTypingArray {
tl_update_slices_gen.go#L8109: func (s UpdateChannelUserTypingArray) First() (v UpdateChannelUserTyping, ok bool) {
tl_update_slices_gen.go#L8117: func (s UpdateChannelUserTypingArray) Last() (v UpdateChannelUserTyping, ok bool) {
tl_update_slices_gen.go#L8125: func (s *UpdateChannelUserTypingArray) PopFirst() (v UpdateChannelUserTyping, ok bool) {
tl_update_slices_gen.go#L8144: func (s *UpdateChannelUserTypingArray) Pop() (v UpdateChannelUserTyping, 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. |