test
This commit is contained in:
parent
cb06931002
commit
23d3acbb37
2
main.go
2
main.go
@ -143,7 +143,7 @@ func ListenCW(c *tdlib.Client) {
|
|||||||
UserID64 : ownUserID64,
|
UserID64 : ownUserID64,
|
||||||
MsgText : string(txt),
|
MsgText : string(txt),
|
||||||
MsgID64 : updateMsg.Message.ID,
|
MsgID64 : updateMsg.Message.ID,
|
||||||
}
|
}
|
||||||
if senderUserID == ownUserID64 {
|
if senderUserID == ownUserID64 {
|
||||||
m.Direction = Outgoing
|
m.Direction = Outgoing
|
||||||
} else
|
} else
|
||||||
|
Loading…
Reference in New Issue
Block a user