Constructor DiscordSignedLink
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
DiscordSignedLink(Uri)
Initializes a new instance of the DiscordSignedLink class with the specified URI for signed discord links.
public DiscordSignedLink(Uri uri)
Parameters
DiscordSignedLink(string)
Initializes a new instance of the DiscordSignedLink class with the specified URI for signed discord links.
public DiscordSignedLink(string uriString)
Parameters
uriString
stringA string that identifies the resource to be represented by the DiscordSignedLink instance.