Class MessageRequestAllOf
MessageRequestAllOf
Inherited Members
Namespace: Unity.Services.Apis.Friends
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "MessageRequest_allOf")]
[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
[DataMember(Name = "message", IsRequired = true, EmitDefaultValue = true)]
[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. |