TwitchLib 3.5.3
|
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... | |
Model representing the previous request.
TwitchLib.PubSub.Models.PreviousRequest.PreviousRequest | ( | string | nonce, |
PubSubRequestType | requestType, | ||
string | topic = "none set" |
||
) |
PreviousRequest model constructor.
nonce | The nonce. |
requestType | Type of the request. |
topic | The topic. |
|
get |
Unique communication token.
The nonce.
|
get |
PubSub request type.
The type of the request.
|
get |
Topic that we are interested in.
The topic.