Telegram Windows App – Expand Chat Bubble Size Fix

Are you tired of the Telegram app in Windows wasting your screen space? Me too. It’s ridiculous that this app keeps chat bubbles spanned as if we were using a small phone. The app is literally made for Windows. Here, I show how we can modify the variables in memory to fix this.

Before the fix this is what normal chat bubbles look like, notice all the empty space.

After the fix, notice the chat bubbles extend farther; 1200 pixels in this case.

So where can you find this value? It’s at image + 0xd3d651C.

Ghidra:

Note my Ghidra is showing 14d3d651c because of the address randomization.

Cheat engine:

You can modify the value with x64dbg or cheat engine and it will take affect right away. Try it out if you don’t want to wait for me to upload a patch.

Come back in a day or so and I’ll upload a patch or script that permanently fixes it. You will only need to run the patch after you update Telegram.