工具 API
chat. conversations. messages. create
Sends an encrypted message to a specific Chat conversation.
socialOAuth1 积分
调用信息
- 工具标识
- twitter.chat.conversations.messages.create
- 服务提供方
- Twitter / X
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
conversation_id必填Unique identifier of an Chat conversation. Format is either two user IDs separated by a hyphen (e.g., '1215441834412953600-1603419180975409153') for direct conversations, or 'g' followed by a numeric ID (e.g., 'g1234567890123456789') for group conversations.
conversation_tokenOptional conversation token.
encoded_message_create_event必填Base64-encoded Thrift MessageCreateEvent containing encrypted message contents.
encoded_message_event_signatureBase64-encoded Thrift MessageEventSignature for message verification.
message_id必填Unique identifier for this message.