Sends a text message to the specified target.
Namespace:
BoneAssembly: BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)
Syntax
| C# |
|---|
public bool SendText( string target, string message ) |
| Visual Basic (Declaration) |
|---|
Public Function SendText ( _ target As String, _ message As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool SendText( String^ target, String^ message ) |
Parameters
- target
- Type: System..::.String
Target (user or channel) to send the message to.
- message
- Type: System..::.String
Message to be sent.