This commit is contained in:
spaced4ndy
2024-04-04 18:01:20 +04:00
parent 8761cf9cee
commit 109686cbb5
4 changed files with 195 additions and 10 deletions
+1
View File
@@ -412,6 +412,7 @@ data ChatCommand
| SendLiveMessage ChatName Text
| SendMessageQuote {contactName :: ContactName, msgDir :: AMsgDirection, quotedMsg :: Text, message :: Text}
| ForwardMessage {contactName :: ContactName, msgDir :: AMsgDirection, toChatName :: ChatName, forwardedMsg :: Text}
| ForwardLocalMessage {toChatName :: ChatName, forwardedMsg :: Text}
| SendMessageBroadcast Text -- UserId (not used in UI)
| DeleteMessage ChatName Text
| DeleteMemberMessage GroupName ContactName Text