ToggleThreadSubscriptionVariables is an interface representing the variables to subscribe to a thread. It includes threadId and subscribe.
ToggleThreadSubscriptionVariables
Optional
asHtml is a boolean representing whether the activity descriptions is in HTML format.
asHtml
subscribe is a boolean representing whether the activity is subscribed.
subscribe
threadId is a number representing the id of the thread.
threadId
ToggleThreadSubscriptionVariables
is an interface representing the variables to subscribe to a thread. It includes threadId and subscribe.