send_image_as_user
Send an image to a Feishu chat as the current user, using an image key obtained from a prior upload. Supports optional thumbnail and image metadata.
Instructions
[User Identity, v1.3.9] Send an image as the logged-in user (NOT bot). Requires image_key from a prior upload_image call. Cookie-protobuf wire format requires both imageKey + thumbnailKey — when no separate thumbnail is provided, plugin defaults thumbnailKey to imageKey (Feishu accepts this for messenger-uploaded images). Width/height/mime/size are optional metadata; Feishu auto-derives display sizing on its side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat ID. Numeric preferred; oc_xxx is auto-resolved (v1.3.7 C1.4). | |
| image_key | Yes | Image key from upload (img_v2_xxx or img_v3_xxx) | |
| thumbnail_key | No | Optional separate thumbnail image key. Defaults to image_key when omitted. | |
| width | No | Optional image width in pixels. | |
| height | No | Optional image height in pixels. | |
| mime | No | Optional MIME type (e.g. "image/png"). | |
| size | No | Optional file size in bytes. | |
| root_id | No | Thread root message ID (optional) |