Struct IsSubscribedToThreadResult
Represents the result of checking if a user is subscribed to a thread.
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.Threads
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public readonly struct IsSubscribedToThreadResult
Constructors
IsSubscribedToThreadResult(bool)
Initializes a new instance of the IsSubscribedToThreadResult struct.
Declaration
public IsSubscribedToThreadResult(bool isSubscribed = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isSubscribed | A boolean value indicating if the user is subscribed to the thread. |
Fields
IsSubscribed
Response to the request to check if user is subscribed to a thread.
Declaration
public readonly bool IsSubscribed
Field Value
| Type | Description |
|---|---|
| bool |