fix g deposit

This commit is contained in:
shoopea 2019-08-29 20:03:54 +08:00
parent 1a7b8a57e0
commit ae36e5e22a

View File

@ -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,