I am developing a Telegram game with Unity WebGL and a bot. How can I retrieve full user profiles via the Bot API when getUpdates only returns chat user data?
hey, i dont think it’s possible to retreive full user profiles. getUpdates only gives basic data. try getChat if you need a bit more detail, but full profile info is simply not provided by the bot api