Метод | Описание | |
---|---|---|
DogeTipBotHandler ( |
||
OnAcceptedFriend ( |
||
OnAddedFriend ( |
||
OnBefriend ( |
||
OnChatRoomMessage ( |
||
OnFriendAdd ( ) : bool | ||
OnFriendRemove ( ) : void | ||
OnGroupAdd ( ) : bool | ||
OnLoginCompleted ( ) : bool | ||
OnMessage ( string message, EChatEntryType type ) : void | ||
OnSteamMessage ( |
||
OnTradeAccept ( ) : void | ||
OnTradeAddItem ( SteamBot.Schema schemaItem, Inventory inventoryItem ) : void | ||
OnTradeError ( string error ) : void | ||
OnTradeInit ( ) : void | ||
OnTradeMessage ( string message ) : void | ||
OnTradeReady ( bool ready ) : void | ||
OnTradeRemoveItem ( SteamBot.Schema schemaItem, Inventory inventoryItem ) : void | ||
OnTradeRequest ( ) : bool | ||
OnTradeSuccess ( ) : void | ||
OnTradeTimeout ( ) : void | ||
Validate ( ) : bool | ||
checkPeriodically ( object sender, MySql.Data.MySqlClient.DoWorkEventArgs e ) : void | ||
command_add ( |
Request adding DOGE to balance
|
|
command_alias ( |
Sets an alias for a particular Steam user per registered user. User can then easily and safely tip this Steam user.
|
|
command_balance ( |
Tells the user their account balance if registered
|
|
command_confirm ( |
Confirms a pending tip
|
|
command_deny ( |
Denies a pending tip
|
|
command_donate ( |
Send a donation (treated as tip to bot)
|
|
command_help ( |
Sends the user useful information on how to use the bot
|
|
command_labels ( |
Show a list of enabled labels
|
|
command_register ( |
Registers a user
|
|
command_tip ( |
Tip a user!
|
|
command_withdraw ( |
Withdraw an amount of DOGE to an address
|
|
completeTip ( object tip_input ) : bool | ||
getTipNotification ( |
||
registerUser ( |
||
sendMessage ( |
Метод | Описание | |
---|---|---|
getConversionRate ( ) : double | ||
getSteamID64 ( string URL ) : string | ||
getSteamName ( |
||
randomStringBuilder ( ) : string | ||
readElement ( |
||
returnQuery ( string query ) : |
public DogeTipBotHandler ( |
||
bot | ||
sid | ||
Результат | System.Collections.Generic |
public OnAcceptedFriend ( |
||
id | ||
Результат | void |
public OnAddedFriend ( |
||
id | ||
Результат | void |
public OnBefriend ( |
||
id | ||
Результат | void |
public OnChatRoomMessage ( |
||
chatID | ||
sender | ||
message | string | |
Результат | void |
public OnMessage ( string message, EChatEntryType type ) : void | ||
message | string | |
type | EChatEntryType | |
Результат | void |
public OnSteamMessage ( |
||
sender | ||
message | string | |
chatID | ||
isChatroom | bool | |
Результат | bool |
public OnTradeAddItem ( SteamBot.Schema schemaItem, Inventory inventoryItem ) : void | ||
schemaItem | SteamBot.Schema | |
inventoryItem | Inventory | |
Результат | void |
public OnTradeError ( string error ) : void | ||
error | string | |
Результат | void |
public OnTradeMessage ( string message ) : void | ||
message | string | |
Результат | void |
public OnTradeRemoveItem ( SteamBot.Schema schemaItem, Inventory inventoryItem ) : void | ||
schemaItem | SteamBot.Schema | |
inventoryItem | Inventory | |
Результат | void |
public checkPeriodically ( object sender, MySql.Data.MySqlClient.DoWorkEventArgs e ) : void | ||
sender | object | |
e | MySql.Data.MySqlClient.DoWorkEventArgs | |
Результат | void |
public command_add ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_alias ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_balance ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_confirm ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_deny ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_donate ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_help ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_labels ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_register ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_tip ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public command_withdraw ( |
||
sender | ||
chatID | ||
isChatroom | bool | |
Результат | bool |
public completeTip ( object tip_input ) : bool | ||
tip_input | object | |
Результат | bool |
public getTipNotification ( |
||
sender | ||
amount | double | |
label | string | |
tip_msg | string | |
anonymous | bool | |
Результат | string |
public registerUser ( |
||
userID | ||
Результат | bool |
public static sendMessage ( |
||
userReceiver | ||
chatReceiver | ||
chatroom | bool | |
message | string | |
Результат | void |