docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MessageRequestAllOf

    MessageRequestAllOf

    Inheritance
    object
    MessageRequestAllOf
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)