is it work without api_id and api_hash?
It is impossible to access Telegram API without api_id and api_hash. They must be specified for library initialization in the setTdlibParameters request.
please , where 'setTdlibParameters' in android pre build lib
thanks alot
TdApi.SetTdlibParameters is an ordinary library method, which should be called after UpdateAuthorizationState with AuthorizationStateWaitTdlibParameters is received.
Most helpful comment
It is impossible to access Telegram API without api_id and api_hash. They must be specified for library initialization in the setTdlibParameters request.