rizaumami / tdbot.lua

Lua wrapper for telegram-bot
GNU General Public License v3.0
24 stars 21 forks source link

Update tdbot.lua #8

Closed SayedSadat closed 6 years ago

SayedSadat commented 6 years ago

setPassword dosnt need old password

rizaumami commented 6 years ago

Old password entry is in the scheme, so I think remove it is wrong. Perhaps you can just leave the old password empty/give empty string?

SayedSadat commented 6 years ago

worked now with a nil value for old password

thanks !