openclaw - 💡(How to fix) Fix [Bug]: Feishu typing indicator should use Typing API instead of Message Reaction API

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The Feishu channel's typing indicator is currently implemented using im.messageReaction.create API (adding an emoji reaction with emoji_type: "Typing"), but this doesn't actually display the native "typing..." status in the Feishu client. It only shows as an emoji reaction.

Root Cause

The Feishu channel's typing indicator is currently implemented using im.messageReaction.create API (adding an emoji reaction with emoji_type: "Typing"), but this doesn't actually display the native "typing..." status in the Feishu client. It only shows as an emoji reaction.

RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

The Feishu channel's typing indicator is currently implemented using im.messageReaction.create API (adding an emoji reaction with emoji_type: "Typing"), but this doesn't actually display the native "typing..." status in the Feishu client. It only shows as an emoji reaction.

Steps to reproduce

Send Message to feishu

Expected behavior

Expected behavior: The Feishu client should display a native "typing..." status text when the bot is processing a message.

Actual behavior

Current behavior: Users see a robot avatar with an emoji reaction, but not the native "正在输入..." (typing) text that Telegram and

OpenClaw version

OpenClaw 2026.4.15 (041266a)

Operating system

macos

Install method

No response

Model

minimax2.7

Provider / routing chain

openclaw-minimax

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The Feishu channel's typing indicator issue can be resolved by using the correct API to display the native "typing..." status instead of relying on the im.messageReaction.create API.

Guidance

  • Investigate the Feishu API documentation to find the correct method for displaying the native "typing..." status.
  • Check if there's a specific API endpoint or parameter that can be used to achieve this, such as a "typing" or "composing" indicator.
  • Review the OpenClaw documentation to see if there are any existing features or configuration options that can be used to display the native typing indicator in Feishu.
  • Consider reaching out to the Feishu support team or developer community to ask about the correct implementation of the typing indicator.

Example

No code example can be provided without more information about the correct Feishu API endpoint or parameter.

Notes

The current implementation using im.messageReaction.create API is not the correct approach, and a different API call is likely needed to display the native typing indicator.

Recommendation

Apply workaround: Use the correct Feishu API to display the native typing indicator, once it is identified through investigation and documentation review.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Expected behavior: The Feishu client should display a native "typing..." status text when the bot is processing a message.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Feishu typing indicator should use Typing API instead of Message Reaction API