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

35 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L154: type ChatUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChatUserTyping) error
		tl_handlers_gen.go#L159: 		return handler(ctx, e, update.(*UpdateChatUserTyping))
		tl_registry_gen.go#L5243: 		UpdateChatUserTypingTypeID:                               func() bin.Object { return &UpdateChatUserTyping{} },
		tl_update_gen.go#L848: type UpdateChatUserTyping struct {
		tl_update_gen.go#L861: func (u UpdateChatUserTyping) construct() UpdateClass { return &u }
		tl_update_gen.go#L865: 	_ bin.Encoder     = &UpdateChatUserTyping{}
		tl_update_gen.go#L866: 	_ bin.Decoder     = &UpdateChatUserTyping{}
		tl_update_gen.go#L867: 	_ bin.BareEncoder = &UpdateChatUserTyping{}
		tl_update_gen.go#L868: 	_ bin.BareDecoder = &UpdateChatUserTyping{}
		tl_update_gen.go#L870: 	_ UpdateClass = &UpdateChatUserTyping{}
		tl_update_gen.go#L873: func (u *UpdateChatUserTyping) Zero() bool {
		tl_update_gen.go#L891: func (u *UpdateChatUserTyping) String() string {
		tl_update_gen.go#L895: 	type Alias UpdateChatUserTyping
		tl_update_gen.go#L900: func (u *UpdateChatUserTyping) FillFrom(from interface {
		tl_update_gen.go#L913: func (*UpdateChatUserTyping) TypeID() uint32 {
		tl_update_gen.go#L918: func (*UpdateChatUserTyping) TypeName() string {
		tl_update_gen.go#L923: func (u *UpdateChatUserTyping) TypeInfo() tdp.Type {
		tl_update_gen.go#L950: func (u *UpdateChatUserTyping) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L959: func (u *UpdateChatUserTyping) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L980: func (u *UpdateChatUserTyping) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L991: func (u *UpdateChatUserTyping) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L1020: func (u *UpdateChatUserTyping) GetChatID() (value int64) {
		tl_update_gen.go#L1028: func (u *UpdateChatUserTyping) GetFromID() (value PeerClass) {
		tl_update_gen.go#L1036: func (u *UpdateChatUserTyping) GetAction() (value SendMessageActionClass) {
		tl_update_gen.go#L34228: 		v := UpdateChatUserTyping{}
		tl_update_slices_gen.go#L174: 		value, ok := elem.(*UpdateChatUserTyping)
		tl_update_slices_gen.go#L2374: type UpdateChatUserTypingArray []UpdateChatUserTyping
		tl_update_slices_gen.go#L2377: func (s UpdateChatUserTypingArray) Sort(less func(a, b UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
		tl_update_slices_gen.go#L2385: func (s UpdateChatUserTypingArray) SortStable(less func(a, b UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
		tl_update_slices_gen.go#L2393: func (s UpdateChatUserTypingArray) Retain(keep func(x UpdateChatUserTyping) bool) UpdateChatUserTypingArray {
		tl_update_slices_gen.go#L2407: func (s UpdateChatUserTypingArray) First() (v UpdateChatUserTyping, ok bool) {
		tl_update_slices_gen.go#L2415: func (s UpdateChatUserTypingArray) Last() (v UpdateChatUserTyping, ok bool) {
		tl_update_slices_gen.go#L2423: func (s *UpdateChatUserTypingArray) PopFirst() (v UpdateChatUserTyping, ok bool) {
		tl_update_slices_gen.go#L2433: 	var zero UpdateChatUserTyping
		tl_update_slices_gen.go#L2442: func (s *UpdateChatUserTypingArray) Pop() (v UpdateChatUserTyping, ok bool) {