gramjs icon indicating copy to clipboard operation
gramjs copied to clipboard

NodeJS/Browser MTProto API Telegram client library,

Results 312 gramjs issues
Sort by recently updated
recently updated
newest added

I'm trying to use below code but not working; Please advise `message="Google"; ` `const send_chat_result = await this.client.invoke( new Api.messages.SendMessage({ peer: new Api.InputPeerChat({"chatId":id}), message: message, parse_mode: 'HTML', entities: entities })...

I am getting undefined when calling `getChat`, but if I call `getInputChat` first then `getChat` returns an entity. So what is the difference between those two methods, and when should...

Hello! Unfortunately, the library does not work correctly with Ipv6 proxy. I kindly ask you to help me to solve this problem. **The crux of the problem is this:** -...

I have manually created a session through the auth below locally so I could save the SessionToken and then apply that to my telegram calls. ``` // fill this later...

Hello. I have a database of telegram sessions in the amount of 200 pieces. There is a telegram bot that winds up reactions under the post. With a new task,...

We've been testing out gramjs for a while with the following client params: ```js { retryDelay: 1_000, autoReconnect: true, connectionRetries: Infinity, useWSS: true, } ``` When the network is changed...

[link!!!](https://github.com/gram-js/gramjs/blob/39afe55335f947af42993446cfff3cb7cc370f9d/gramjs/client/uploads.ts#L654) You have to add "noforwards" property after that line to make that work p.s I can't edit file for some github reason(idk).

Hello, is it possible to somehow check the telegram session, is it working, is there a duplicate, is there such an opportunity in gram?

I'm receiving this error randomly after few hours running my application. How can I solve this? ![gramjs error](https://user-images.githubusercontent.com/27288648/182619232-a9c9748f-1ead-4541-90af-b2e64398ccc8.png)