Change import paths

This commit is contained in:
astravexton 2021-10-22 15:31:26 +01:00
parent 9e75ad4ebc
commit def70aa4a8
9 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
package puller
import (
"github.com/astravexton/go-tdlib/client"
"git.zio.sh/astra/go-tdlib/client"
)
func ChatHistory(tdlibClient *client.Client, chatId int64) (chan *client.Message, chan error) {