mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Converted send message method to async (also created a synchronous method that shadows the async method). Added a method to send multiple messages at once and message truncation with a choice of strategies
This commit is contained in:
@@ -16,9 +16,9 @@ public enum SentMessageTrackerStatus
|
||||
{
|
||||
WaitingForResponse,
|
||||
ResponseReceived,
|
||||
// If the bot is blocked from sending the message, e.g. due to suppress chat messages being enabled
|
||||
// If the bot is blocked from sending the message, e.g. due to suppress chat messages being enabled or length limit
|
||||
NotSending,
|
||||
// Shouldn't happen normally, it's just set before the bot has made a decision on whether to send or not,
|
||||
// Shouldn't happen normally, it's just set before the bot has made a decision on whether to send or not
|
||||
Unknown,
|
||||
// Means the chat was disconnected when you attempted to send the message
|
||||
ChatDisconnected,
|
||||
|
||||
Reference in New Issue
Block a user