type github.com/gotd/td/tg.UpdateEncryptedChatTypingArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L250: func (s UpdateClassArray) AsUpdateEncryptedChatTyping() (to UpdateEncryptedChatTypingArray) {
		tl_update_slices_gen.go#L2359: type UpdateEncryptedChatTypingArray []UpdateEncryptedChatTyping
		tl_update_slices_gen.go#L2362: func (s UpdateEncryptedChatTypingArray) Sort(less func(a, b UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
		tl_update_slices_gen.go#L2370: func (s UpdateEncryptedChatTypingArray) SortStable(less func(a, b UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
		tl_update_slices_gen.go#L2378: func (s UpdateEncryptedChatTypingArray) Retain(keep func(x UpdateEncryptedChatTyping) bool) UpdateEncryptedChatTypingArray {
		tl_update_slices_gen.go#L2392: func (s UpdateEncryptedChatTypingArray) First() (v UpdateEncryptedChatTyping, ok bool) {
		tl_update_slices_gen.go#L2400: func (s UpdateEncryptedChatTypingArray) Last() (v UpdateEncryptedChatTyping, ok bool) {
		tl_update_slices_gen.go#L2408: func (s *UpdateEncryptedChatTypingArray) PopFirst() (v UpdateEncryptedChatTyping, ok bool) {
		tl_update_slices_gen.go#L2427: func (s *UpdateEncryptedChatTypingArray) Pop() (v UpdateEncryptedChatTyping, ok bool) {