ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Vivox Core SDK

Vivox Core SDK

このページは選択した言語では使用できません。
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

vx_resp_session_edit_message

Learn about messaging in Vivox Core.
読み終わるまでの所要時間 1 分
最終更新 8ヶ月前

Module: Group Voice and Text Communications
The response for vx_req_session_edit_message. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
char *message_id
The message_id for the old message to edit.
char *new_message
The new message to replace existing message.
long longedit_time
The timestamp of the edited message.
char *from_uri
The URI of the sender.

Detailed Description

struct vx_resp_session_edit_message;
The response for vx_req_session_edit_message.
See: vx_req_session_edit_message

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable message_id

char * message_id;
The message_id for the old message to edit.

variable new_message

char * new_message;
The new message to replace existing message.

variable edit_time

long long edit_time;
The timestamp of the edited message.

variable from_uri

char * from_uri;
The URI of the sender.

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • Public Attributes

    • Detailed Description

    • Public Attributes Documentation

      • variable base

      • variable message_id

      • variable new_message

      • variable edit_time

      • variable from_uri


このページの問題を報告する