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