diff --git a/client.go b/client.go index 0991598..21e23e8 100644 --- a/client.go +++ b/client.go @@ -30,9 +30,10 @@ func getLockedClient(id int64, createMissing bool) (*ChirpClient, bool) { } } -func clientFwdCWMsg(fromMsgID64 int64, fromChatID64 int64, toChatID64 int64) { +func clientFwdCWMsg(userID64 int64, fromMsgID64 int64, fromChatID64 int64, toChatID64 int64) { c := TGCommand{ Type: commandForwardMsg, + FromUserID64: userID64, FromMsgID64: fromMsgID64, FromChatID64: fromChatID64, ToChatID64: toChatID64,