update
This commit is contained in:
parent
107a413e8b
commit
ed07baf9b4
6
main.go
6
main.go
@ -68,6 +68,12 @@ func main() {
|
|||||||
ownUserID32 = OwnUserID(client)
|
ownUserID32 = OwnUserID(client)
|
||||||
ownUserID64 = int64(OwnUserID(client))
|
ownUserID64 = int64(OwnUserID(client))
|
||||||
|
|
||||||
|
fmt.Println("Sleep 1sec..")
|
||||||
|
|
||||||
|
time.Sleep(1 * time.Second)
|
||||||
|
|
||||||
|
fmt.Println("Getting history...")
|
||||||
|
|
||||||
getHistory(client, &chtwrsID64)
|
getHistory(client, &chtwrsID64)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user