fix g deposit
This commit is contained in:
parent
1a7b8a57e0
commit
ae36e5e22a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user