This commit is contained in:
shoopea 2019-12-29 11:20:20 +08:00
parent 107a413e8b
commit ed07baf9b4

View File

@ -68,6 +68,12 @@ func main() {
ownUserID32 = OwnUserID(client)
ownUserID64 = int64(OwnUserID(client))
fmt.Println("Sleep 1sec..")
time.Sleep(1 * time.Second)
fmt.Println("Getting history...")
getHistory(client, &chtwrsID64)
}