mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 12:40:17 +01:00
Update authorization state
This commit is contained in:
parent
3b10777734
commit
65692be746
7 changed files with 18 additions and 30 deletions
|
|
@ -9,8 +9,8 @@ import (
|
|||
tdlib "github.com/c0re100/gotdlib/client"
|
||||
)
|
||||
|
||||
func GetTdParameters() *tdlib.TdlibParameters {
|
||||
return &tdlib.TdlibParameters{
|
||||
func GetTdParameters() *tdlib.SetTdlibParametersRequest {
|
||||
return &tdlib.SetTdlibParametersRequest{
|
||||
UseTestDc: false,
|
||||
DatabaseDirectory: "./tdlib-db",
|
||||
FilesDirectory: "./tdlib-files",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue