justdmitry / NetTelegramBotApi

C# client library for building Telegram bot
MIT License
74 stars 28 forks source link

Max Text Length #18

Closed hanigamini closed 9 years ago

hanigamini commented 9 years ago

Hi, What is max length of text allow telegram to send ? 4096 UTF8 characters ?

justdmitry commented 9 years ago

You should ask this to Telegram team, I know nothing about such limitations. Or re-read Bot API manual at https://core.telegram.org/bots/api (I can't find any message maxlength, but check me please).

hanigamini commented 9 years ago

Hi, Bot support reply me : In a message, a maximum of 4092 characters.

justdmitry commented 9 years ago

Thanks!

hanigamini commented 9 years ago

Welcome :)