Package Exports
- telegram
- telegram/Helpers
- telegram/Helpers.js
- telegram/Password
- telegram/Password.js
- telegram/Utils
- telegram/Utils.js
- telegram/Version
- telegram/Version.js
- telegram/client/TelegramClient
- telegram/client/TelegramClient.js
- telegram/client/messageParse
- telegram/client/messageParse.js
- telegram/client/uploads
- telegram/client/uploads.js
- telegram/events
- telegram/events/NewMessage
- telegram/events/NewMessage.js
- telegram/events/index.js
- telegram/extensions
- telegram/extensions/index.js
- telegram/index.js
- telegram/sessions
- telegram/sessions/index.js
- telegram/tl
- telegram/tl/custom/message
- telegram/tl/custom/message.js
- telegram/tl/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (telegram) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GramJS
GramJS is Telegram client implementation in Javascript. This project's core is completely based on Telethon. All the files which are fully based on it. don't forget to have a look to the original project.
Obtaining your API ID and Hash
- Follow this link and login with your phone number.
- Click under
API Development tools. - A
Create new applicationwindow will appear. Fill in your application details. There is no need to enter anyURL, and only the first two fields (App titleandShort name) can be changed later as long as I'm aware. - Click on
Create applicationat the end. Now that you have theAPI IDandHash
Running GramJS
If you want to run in it in a browser just use webpack (a configuration file is already present).
The output will be in browser folder.
In the browser gramjs will use localstorage to not regenerate api methods each run.
check the examples folder for more info.
Generate Session String
To generate session string , simply run npx tgsession and provide required details
Using raw api
Currently you can use any raw api function using await client.invoke(new RequestClass(args)) .
you can find all the requests and types at https://gram.js.org/
Docs
you can find the docs at https://painor.gitbook.io/gramjs/ or https://gram.js.org/ which has all the functions with a usage example
Asking questions
If you have any question about how to use the library feel free to open a github issue or join us at the telegram group @GramJSChat