Change import paths
This commit is contained in:
parent
9e75ad4ebc
commit
def70aa4a8
9 changed files with 10 additions and 10 deletions
|
@ -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) {
|
||||
|
|
|
@ -3,7 +3,7 @@ package puller
|
|||
import (
|
||||
"math"
|
||||
|
||||
"github.com/astravexton/go-tdlib/client"
|
||||
"git.zio.sh/astra/go-tdlib/client"
|
||||
)
|
||||
|
||||
func Chats(tdlibClient *client.Client) (chan *client.Chat, chan error) {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package puller
|
||||
|
||||
import (
|
||||
"github.com/astravexton/go-tdlib/client"
|
||||
"git.zio.sh/astra/go-tdlib/client"
|
||||
)
|
||||
|
||||
func SupergroupMembers(tdlibClient *client.Client, supergroupId int32) (chan *client.ChatMember, chan error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue