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) {