barelyprofessional
|
fcd82f552b
|
Added property for when a sent message was last edited
|
2025-10-09 00:48:24 -05:00 |
|
barelyprofessional
|
5b3f394c29
|
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
|
2024-09-17 00:57:11 +08:00 |
|
barelyprofessional
|
04e73c8d5f
|
Added a feature to replay buffered messages while chat is offline (up to a limit of the 10 latest by default) and changed the sent message tracking to pass-by-reference instead of exclusively using GUIDs. The GUIDs still exist for scenarios where you can't pass a reference to the object around.
|
2024-09-15 23:00:26 +08:00 |
|
barelyprofessional
|
c0d7f62c61
|
Added feature to track messages sent by the bot by reference so they can be edited
|
2024-08-11 21:11:37 +08:00 |
|