Skip to main content
POST
Error

Authorizations

X-Rheel-API-Key
string
header
required

管理系API呼び出し用のAPIキーを指定します

Path Parameters

bot_user_id
string
required

Botの一意なID

Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$
channel_id
string
required

メッセージを投稿するチャンネルID

Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$

Body

application/json
content
string
required

メッセージ本文

Maximum string length: 32000
thread_id
string<uuid> | null

スレッドメッセージとして返信する場合の親メッセージID

metadata
object | null

任意の追加メタデータ

mentions
object[]

メンション一覧(送信時)

Response

The request has succeeded.

content
string
required

メッセージ本文

Maximum string length: 32000
id
string<uuid>
read-only

メッセージID

channel_id
string

メッセージが属するチャンネルのID

Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$
thread_id
string<uuid> | null

スレッドメッセージとして返信する場合の親メッセージID

sent_by
object

メッセージを送信したユーザー

read_by
object[]
read-only

既読したユーザーの一覧

reactions
object[]
read-only

メッセージに付与されたリアクション一覧

mentions
object[]
read-only

メンション情報一覧

edited_at
string<date-time> | null
read-only

編集日時

created_at
string<date-time>
read-only

作成日時

updated_at
string<date-time> | null
read-only

更新日時

deleted_at
string<date-time> | null
read-only

削除日時

metadata
object | null

任意の追加メタデータ