xsh
Results
14
comments of
xsh
Authorization flow was changed in TDLib 1.8.6 [https://github.com/tdlib/td/issues/2155](https://github.com/tdlib/td/issues/2155)
同样的错误,请问解决了么?
Did you fix this?
``` export const selectCountryAction = (code: string): BizAction => ({ type:'selectCountry', // It works, but it is not so good for code checking payload: code, }); ```