I am trying to run client_async.rs present at path and followed the version matrix as described here, still I am facing issues. for
telegram-client = "0.8.1"
rtdlib = { version = "0.8.1", features = [ "sys" ] }
getting UPDATE_APP_TO_LOGIN error
telegram-client = "0.8.0"
rtdlib = { version = "0.8.1", features = [ "sys" ] }
getting UPDATE_APP_TO_LOGIN error
telegram-client = "1.8.0"
rtdlib = { version = "1.8.0", features = [ "sys" ] }
getting Valid api_id must be provided. error
telegram-client = "1.8.1"
rtdlib = { version = "1.8.1", features = [ "sys" ] }
getting Valid api_id must be provided. error
Please suggest some solution
I am using apple mac M2 and M1 chips
I am trying to run client_async.rs present at path and followed the version matrix as described here, still I am facing issues. for
telegram-client = "0.8.1"
rtdlib = { version = "0.8.1", features = [ "sys" ] }
getting
UPDATE_APP_TO_LOGINerrortelegram-client = "0.8.0"
rtdlib = { version = "0.8.1", features = [ "sys" ] }
getting
UPDATE_APP_TO_LOGINerrortelegram-client = "1.8.0"
rtdlib = { version = "1.8.0", features = [ "sys" ] }
getting
Valid api_id must be provided.errortelegram-client = "1.8.1"
rtdlib = { version = "1.8.1", features = [ "sys" ] }
getting
Valid api_id must be provided.errorPlease suggest some solution
I am using apple mac M2 and M1 chips