send_message
AsyncMethod
This is a method of the BotProtocol class in the bots module.Send a message to a channel.
Signature
Parameters
&str
required
No description available.
serde_json::Value
required
No description available.
Option<String>
required
No description available.
Option<String>
required
No description available.
Returns
Result<BotMessage>
The result of the operation.

