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