TwitchUnpinMessage
Unpin the pinned chat message
Signature
public bool TwitchUnpinMessage()
Parameters
No parameters.
Return Type
bool
Example
using System;
public class CPHInline
{
public bool Execute()
{
// unpin the pinned chat message
CPH.TwitchUnpinMessage();
return true;
}
}