Davide Galilei

Results 4 comments of Davide Galilei

Interestingly enough, this example works instead: ```nim discard if true: static(0) else: static(1) ``` Those don't, instead: ```nim discard if true: static(0) else: static(1) ``` ```nim discard if true: static(0)...

This is no longer required, since Pyrogram currently supports int64 user ids.

If I'm not mistaken, the maximum text length is limited to 2500 characters. You might consider dividing the text into smaller chunks and translating them separately. I plan on implementing...

It looks like that implementation splits the text on newlines; however, I was thinking about a more thoughtful approach in case the text doesn't have newlines. It might be possible...