Class MessageRequestAllOf
MessageRequestAllOf
Inherited Members
Namespace: Unity.Services.Apis.Friends
Assembly: solution.dll
Syntax
[Preserve]
public class MessageRequestAllOf
Constructors
MessageRequestAllOf(object)
Initializes a new instance of the MessageRequestAllOf class.
Declaration
[Preserve]
public MessageRequestAllOf(object message = null)
Parameters
Type | Name | Description |
---|---|---|
object | message | The message to be sent to the target user. The maximum size of the message payload is 10 kilobytes. (required). |
Properties
Message
The message to be sent to the target user. The maximum size of the message payload is 10 kilobytes.
Declaration
[Preserve]
public object Message { get; set; }
Property Value
Type | Description |
---|---|
object | The message to be sent to the target user. The maximum size of the message payload is 10 kilobytes. |