vkruglikov / react-telegram-web-app

React components for Telegram Mini Apps
https://www.npmjs.com/package/@vkruglikov/react-telegram-web-app
MIT License
521 stars 64 forks source link

WebAppUser.photo_url has type "true", instead of "string" #56

Open alexgoto opened 11 months ago

alexgoto commented 11 months ago

https://github.com/vkruglikov/react-telegram-web-app/blob/0d5125f7dbeb147cc177ad0511876caeed1107ce/src/core/twa-types/WebApp.d.ts#L59

In the docs:

image

vkruglikov commented 11 months ago

@alexgoto Thank you, I will fix it. This is used for private methods only and doesn't affect public

alexgoto commented 11 months ago

@vkruglikov It is non-blocking problem. I noticed it accidentally and can make a PR in free time