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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L140: type UserTypingHandler func(ctx context.Context, e Entities, update *UpdateUserTyping) error
		tl_handlers_gen.go#L145: 		return handler(ctx, e, update.(*UpdateUserTyping))
		tl_registry_gen.go#L3831: 		UpdateUserTypingTypeID:                                   func() bin.Object { return &UpdateUserTyping{} },
		tl_update_gen.go#L607: type UpdateUserTyping struct {
		tl_update_gen.go#L618: func (u UpdateUserTyping) construct() UpdateClass { return &u }
		tl_update_gen.go#L622: 	_ bin.Encoder     = &UpdateUserTyping{}
		tl_update_gen.go#L623: 	_ bin.Decoder     = &UpdateUserTyping{}
		tl_update_gen.go#L624: 	_ bin.BareEncoder = &UpdateUserTyping{}
		tl_update_gen.go#L625: 	_ bin.BareDecoder = &UpdateUserTyping{}
		tl_update_gen.go#L627: 	_ UpdateClass = &UpdateUserTyping{}
		tl_update_gen.go#L630: func (u *UpdateUserTyping) Zero() bool {
		tl_update_gen.go#L645: func (u *UpdateUserTyping) String() string {
		tl_update_gen.go#L649: 	type Alias UpdateUserTyping
		tl_update_gen.go#L654: func (u *UpdateUserTyping) FillFrom(from interface {
		tl_update_gen.go#L665: func (*UpdateUserTyping) TypeID() uint32 {
		tl_update_gen.go#L670: func (*UpdateUserTyping) TypeName() string {
		tl_update_gen.go#L675: func (u *UpdateUserTyping) TypeInfo() tdp.Type {
		tl_update_gen.go#L698: func (u *UpdateUserTyping) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L707: func (u *UpdateUserTyping) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L722: func (u *UpdateUserTyping) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L733: func (u *UpdateUserTyping) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L755: func (u *UpdateUserTyping) GetUserID() (value int64) {
		tl_update_gen.go#L763: func (u *UpdateUserTyping) GetAction() (value SendMessageActionClass) {
		tl_update_gen.go#L24972: 		v := UpdateUserTyping{}
		tl_update_slices_gen.go#L161: 		value, ok := elem.(*UpdateUserTyping)
		tl_update_slices_gen.go#L1785: type UpdateUserTypingArray []UpdateUserTyping
		tl_update_slices_gen.go#L1788: func (s UpdateUserTypingArray) Sort(less func(a, b UpdateUserTyping) bool) UpdateUserTypingArray {
		tl_update_slices_gen.go#L1796: func (s UpdateUserTypingArray) SortStable(less func(a, b UpdateUserTyping) bool) UpdateUserTypingArray {
		tl_update_slices_gen.go#L1804: func (s UpdateUserTypingArray) Retain(keep func(x UpdateUserTyping) bool) UpdateUserTypingArray {
		tl_update_slices_gen.go#L1818: func (s UpdateUserTypingArray) First() (v UpdateUserTyping, ok bool) {
		tl_update_slices_gen.go#L1826: func (s UpdateUserTypingArray) Last() (v UpdateUserTyping, ok bool) {
		tl_update_slices_gen.go#L1834: func (s *UpdateUserTypingArray) PopFirst() (v UpdateUserTyping, ok bool) {
		tl_update_slices_gen.go#L1844: 	var zero UpdateUserTyping
		tl_update_slices_gen.go#L1853: func (s *UpdateUserTypingArray) Pop() (v UpdateUserTyping, ok bool) {