TransferPoints
C# Methods Reference
Signature
public bool TransferPoints(string sourceUserName, string destUserName, Platform platform, Guid pointId, long amount)
Parameters
sourceUserName
string required
destUserName
string required
platform
Streamer.bot.Plugin.Interface.Enums.Platform required
pointId
Guid required
amount
long required
Return Type
bool
Example
CPH.TransferPoints(sourceUserName, destUserName, platform, pointId, amount);