refactor(telegram.provider.tsx): increase the maximum message length from 500 to 4096 characters for better message handling

This commit is contained in:
snehal gaurkhede 2025-02-26 10:25:44 +05:30
parent 64d2fddd24
commit 3a7f28af5b
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ export default withProvider(
async () => {
return true;
},
500
4096
);