mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 04:30:17 +01:00
Update authorization state
This commit is contained in:
parent
3b10777734
commit
65692be746
7 changed files with 18 additions and 30 deletions
|
|
@ -17,8 +17,8 @@ func GetSenderId(sender tdlib.MessageSender) int64 {
|
|||
}
|
||||
}
|
||||
|
||||
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