TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.PubSub.Models.PreviousRequest Class Reference

Model representing the previous request. More...

Public Member Functions

 PreviousRequest (string nonce, PubSubRequestType requestType, string topic="none set")
 PreviousRequest model constructor. More...
 

Properties

string Nonce [get]
 Unique communication token. More...
 
PubSubRequestType RequestType [get]
 PubSub request type. More...
 
string Topic [get]
 Topic that we are interested in. More...
 

Detailed Description

Model representing the previous request.

Constructor & Destructor Documentation

◆ PreviousRequest()

TwitchLib.PubSub.Models.PreviousRequest.PreviousRequest ( string  nonce,
PubSubRequestType  requestType,
string  topic = "none set" 
)

PreviousRequest model constructor.

Parameters
nonceThe nonce.
requestTypeType of the request.
topicThe topic.

Property Documentation

◆ Nonce

string TwitchLib.PubSub.Models.PreviousRequest.Nonce
get

Unique communication token.

The nonce.

◆ RequestType

PubSubRequestType TwitchLib.PubSub.Models.PreviousRequest.RequestType
get

PubSub request type.

The type of the request.

◆ Topic

string TwitchLib.PubSub.Models.PreviousRequest.Topic
get

Topic that we are interested in.

The topic.


The documentation for this class was generated from the following file: