const github.com/gotd/td/tg.UpdateChatUserTypingTypeID

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L154: 	u.handlers[UpdateChatUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L268: 		UpdateChatUserTypingTypeID:                               "updateChatUserTyping#83487af0",
		tl_registry_gen.go#L2050: 		"updateChatUserTyping":                               UpdateChatUserTypingTypeID,
		tl_registry_gen.go#L3832: 		UpdateChatUserTypingTypeID:                               func() bin.Object { return &UpdateChatUserTyping{} },
		tl_registry_gen.go#L6529: 			UpdateChatUserTypingTypeID,
		tl_update_gen.go#L786: const UpdateChatUserTypingTypeID = 0x83487af0
		tl_update_gen.go#L842: 	return UpdateChatUserTypingTypeID
		tl_update_gen.go#L854: 		ID:   UpdateChatUserTypingTypeID,
		tl_update_gen.go#L882: 	b.PutID(UpdateChatUserTypingTypeID)
		tl_update_gen.go#L912: 	if err := b.ConsumeID(UpdateChatUserTypingTypeID); err != nil {
		tl_update_gen.go#L24977: 	case UpdateChatUserTypingTypeID: