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