mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 04:30:17 +01:00
Update example
This commit is contained in:
parent
d0f51e73ee
commit
993b734553
6 changed files with 6 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ func main() {
|
|||
log.Fatalf("GetMe error: %s", err)
|
||||
}
|
||||
|
||||
log.Printf("%s connected", me.Username)
|
||||
log.Printf("%v connected", me.Usernames)
|
||||
|
||||
listener := client.AddEventReceiver(&tdlib.UpdateNewMessage{}, 1000)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue