The account of the user that owns this channel has been inactive for the last 5 months. If it remains inactive in the next 30 days, that account will self-destruct and this channel may no longer have an owner.
Forwarded from Galactron News (Galactron)
🔈 Announcement Regarding Upcoming Features
Dear users, first of all we want to thank for your constant support from starting to now as Galactron has recently surpassed 30k users 🥳. There are more than 1k channels using the bot now, so we're planning to implement some major features in the bot like reactions, voting system, etc and fixing most of the bugs by the end of this month. We will also need your cooperation to make this possible. We request you to report each bug you notice in the bot to the support group and feature requests are also welcome :)
Please vote in the following poll ⬇️
Dear users, first of all we want to thank for your constant support from starting to now as Galactron has recently surpassed 30k users 🥳. There are more than 1k channels using the bot now, so we're planning to implement some major features in the bot like reactions, voting system, etc and fixing most of the bugs by the end of this month. We will also need your cooperation to make this possible. We request you to report each bug you notice in the bot to the support group and feature requests are also welcome :)
Please vote in the following poll ⬇️
Forwarded from Galactron News (Anony)
Forwarded from CoAuthored (Anony #2)
✨Presenting @TGAPIRobot!
The one stop solution for those who want to search documentations of Telegram Bot API!
Tired of putting effort on searching methods and types at web docs? No Longer!
@TGAPIRobot covers each and every method of latest version of Bot API including new
Powered By Kaizoku ☠️
The one stop solution for those who want to search documentations of Telegram Bot API!
Tired of putting effort on searching methods and types at web docs? No Longer!
@TGAPIRobot covers each and every method of latest version of Bot API including new
banSenderChat
methods and types which makes it easy to know their details without searching at website. Powered By Kaizoku ☠️
Forwarded from CoAuthored (Anony)
Hello 👋,
Just wrote a go program which generates a JSON description of all methods, types and docstrings of the Telegraph API.
Features:
• Easy to generate, just build that Go program as usual and run.
• JSON output stored as telegraph.json can be used to make autogenerated libraries for Telegraph API
• Typo-Free: Since the JSON output is scraped from the official documentations, it won't be having in typo.
Source Code: https://github.com/anonyindian/telegraph-api-spec
Have a look at the repo, fork and star :)
Just wrote a go program which generates a JSON description of all methods, types and docstrings of the Telegraph API.
Features:
• Easy to generate, just build that Go program as usual and run.
• JSON output stored as telegraph.json can be used to make autogenerated libraries for Telegraph API
• Typo-Free: Since the JSON output is scraped from the official documentations, it won't be having in typo.
Source Code: https://github.com/anonyindian/telegraph-api-spec
Have a look at the repo, fork and star :)
Forwarded from CoAuthored (Galactron)
✨ Galactron's December Update 2021
The last update that marks the end of the year 2021 🥳
❖ Changelog
• Anti-Spam limits are increased, Now it won't ignore you easily.
• Optimisations in the help algorithm to speed it up.
• Fixed a bug in connection due to which bot wasn't
replying when removed from channel being connected/
• Fixed
• Many other bugs were fixed in this update.
• Updated languages and added the following languages:
- Indonesian
- Polish
- Vietnamese
Thanks to all those who contributed and made this update possible.
If you also want to contribute here are some links for you:
- Add or edit languages' strings of the bot: crowdin project
- Help us in development of the bot: development group
For any query or feature request, Head to @GalactronSupport
Checkout @GalactronBot if you haven't yet.
.''. .
:\/: (/ .:.
.''.: /\ : ./)\ ':'
:\/:'.:::. ' ''
: /\ : ::::: \/
'..' ':::' * /\ *
* ..
*
*
The last update that marks the end of the year 2021 🥳
❖ Changelog
• Anti-Spam limits are increased, Now it won't ignore you easily.
• Optimisations in the help algorithm to speed it up.
• Fixed a bug in connection due to which bot wasn't
replying when removed from channel being connected/
• Fixed
%%%
separator broke in some odd cases. • Many other bugs were fixed in this update.
• Updated languages and added the following languages:
- Indonesian
- Polish
- Vietnamese
Thanks to all those who contributed and made this update possible.
If you also want to contribute here are some links for you:
- Add or edit languages' strings of the bot: crowdin project
- Help us in development of the bot: development group
For any query or feature request, Head to @GalactronSupport
Checkout @GalactronBot if you haven't yet.
StarDev Bots🇮🇳 pinned «✨ Galactron's December Update 2021 .''. . :\/: (/ .:. .''.: /\ : ./)\ ':' :\/:'.:::. ' '' : /\ : ::::: \/ '..' ':::' * /\ * * .. * * The last update…»
🎉 Presenting GoTGProto
A helper package for gotd library, It aims to make td's raw functions easy-to-use with the help of features like using session strings, custom helper functions, storing peers and extracting chat or user ids through it etc.
You can use this package to create bots and userbots with Telegram MTProto easily in golang.
Latest Release Info: click here
Example Usage: authorizing a user
You can download the library with the help of standard
->
Examples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
A helper package for gotd library, It aims to make td's raw functions easy-to-use with the help of features like using session strings, custom helper functions, storing peers and extracting chat or user ids through it etc.
You can use this package to create bots and userbots with Telegram MTProto easily in golang.
Latest Release Info: click here
Example Usage: authorizing a user
You can download the library with the help of standard
go get
command:->
go get github.com/anonyindian/gotgproto
Repository: https://github.com/anonyindian/gotgprotoExamples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
StarDev Bots🇮🇳 pinned «🎉 Presenting GoTGProto A helper package for gotd library, It aims to make td's raw functions easy-to-use with the help of features like using session strings, custom helper functions, storing peers and extracting chat or user ids through it etc. You can use…»
Forwarded from GoTGProto
🎉 GoTGProto New Update
We have just released
Changelog:
• Added:
-
- New pending join requests handler and filters
- Callback query and inline query filters
- Helper for editing messages
• Filters are now moved to their specific types, check usage example here
• Send helpers return
As usual, upgrade using:
Examples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
We have just released
v1.0.0-beta02
of the library.Changelog:
• Added:
-
Regex
filter for messages- New pending join requests handler and filters
- Callback query and inline query filters
- Helper for editing messages
• Filters are now moved to their specific types, check usage example here
• Send helpers return
tg.Message
object instead of updates classAs usual, upgrade using:
go get github.com/anonyindian/[email protected]Repository: https://github.com/anonyindian/gotgproto
Examples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
Forwarded from GoTGProto
🎉 GoTGProto New Update
We have just released
Changelog:
• Fixed compilation error caused by the package
• Fixed some typos in the documentations
As usual, upgrade using:
Examples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
We have just released
v1.0.0-beta03
of the library.Changelog:
• Fixed compilation error caused by the package
handlers
due to v1.0.0-beta02
• Users can now add their phone number via input instead of pre providing in the ClientHelper
struct • Fixed some typos in the documentations
As usual, upgrade using:
go get github.com/anonyindian/[email protected]Repository: https://github.com/anonyindian/gotgproto
Examples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
Forwarded from GoTGProto
🎉 GoTGProto New Update
We have just released
Changelog:
• Added
• Added
• Fixed nil message returned when the message was sent in a private chat
• Fixed
• Updated documentations
As usual, upgrade using:
go get
Repository: https://github.com/anonyindian/gotgproto
Examples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
We have just released
v1.0.0-beta04
of the library.Changelog:
• Added
ChatMemberUpdated
handlers and filters• Added
GetMessages
raw helper • Fixed nil message returned when the message was sent in a private chat
• Fixed
PendingJoinRequests
filters which were not functional earlier• Updated documentations
As usual, upgrade using:
go get
github.com/anonyindian/[email protected]
4
Repository: https://github.com/anonyindian/gotgproto
Examples: click here for the examples
Documentations: click here for the docs
Support Group: @GoTGProtoChat
🎉 Presenting TelegramDB
A library written in python which uses your telegram account as a database for your projects.
You can install the library with the help of standard
->
Examples: click here for the examples
Licensed Under GNU General Public License v3
A library written in python which uses your telegram account as a database for your projects.
You can install the library with the help of standard
pip install
command:->
pip install TelegramDB
Repository: https://github.com/animekaizoku/TelegramDBExamples: click here for the examples
Licensed Under GNU General Public License v3
TelegramDB v0.2.0
Hey! We've released a new version of TelegramDB that is
Changelog:
• Added support for python version
• Added
• Deprecated the
• Added documentations, click here to open.
• Changed library name to
• Add missing imports in usage by
• Few more fixes and improvements
Repository: github.com/AnimeKaizoku/TelegramDB
Documentation: telegramdb.readthedocs.io
Examples: click here for the examples
Hey! We've released a new version of TelegramDB that is
v0.2.0
.Changelog:
• Added support for python version
3.6
and 3.7
• Added support for telethon clients• Added
delete
, get_all
methods• Deprecated the
telegram
module (use telegramdb
module from now)• Added documentations, click here to open.
• Changed library name to
telegramdb
by @VarnaX-279
in #2• Add missing imports in usage by
@FayasNoushad
in #4• Few more fixes and improvements
Repository: github.com/AnimeKaizoku/TelegramDB
Documentation: telegramdb.readthedocs.io
Examples: click here for the examples
Forwarded from Galactron News (Anony)
✨ Galactron's February 2022 Update:
❖ Changelog:
• Add support for heterogeneous media groups (media groups with photos and videos together)
• Optimised localisation system to speed up the response
• Optimised admin-ship and permissions checking system
• Bot has been finally shifted to the webhooks for the sake of performance
• Fixed a bug in
✤ Galactron Clones:
Clones are the identical copies of Galactron but with a custom name and profile pic. They're faster and more stable!
They have the same Galactron functions, updates and database. You will not need to set the settings again if you change clone in a channel!
You can create your own copy as follows:
• Go to @BotFather
• Start it and type
• Choose your clone's username
• Forward the @BotFather message with the bot token to @GalactronBot
• Done!
Note: You will need to forward the revoke success message from @BotFather in case you revoke your clone's token.
For any query or feature request, Head to @GalactronSupport
Checkout @GalactronBot if you haven't yet.
❖ Changelog:
• Add support for heterogeneous media groups (media groups with photos and videos together)
• Optimised localisation system to speed up the response
• Optimised admin-ship and permissions checking system
• Bot has been finally shifted to the webhooks for the sake of performance
• Fixed a bug in
/legacyadmin
command due to which non-admin users were able to use admin commands through the connected group✤ Galactron Clones:
Clones are the identical copies of Galactron but with a custom name and profile pic. They're faster and more stable!
They have the same Galactron functions, updates and database. You will not need to set the settings again if you change clone in a channel!
You can create your own copy as follows:
• Go to @BotFather
• Start it and type
/newbot
• Choose your clone's name• Choose your clone's username
• Forward the @BotFather message with the bot token to @GalactronBot
• Done!
Note: You will need to forward the revoke success message from @BotFather in case you revoke your clone's token.
For any query or feature request, Head to @GalactronSupport
Checkout @GalactronBot if you haven't yet.
Presenting Ferrisgram 🎉
An elegant rust client for the Telegram Bot API which provides all the methods and types that are available on the official Telegram Bot API. Heavily inspired by the python-telegram-bot, Ferrisgram is designed in such a way that even a beginner can make a bot with it easily.
API Reference: here
Package: here
Examples: here
GitHub: https://github.com/ferrisgram/ferrisgram
Note: Additional documentation would be added soon.
@FerrisGram | @FerrisGramSupport
An elegant rust client for the Telegram Bot API which provides all the methods and types that are available on the official Telegram Bot API. Heavily inspired by the python-telegram-bot, Ferrisgram is designed in such a way that even a beginner can make a bot with it easily.
API Reference: here
Package: here
Examples: here
GitHub: https://github.com/ferrisgram/ferrisgram
Note: Additional documentation would be added soon.
@FerrisGram | @FerrisGramSupport
Forwarded from Galactron News (Anony)
✨ Galactron's March 2022 Update:
❖ Changelog:
• Restructured caching system to speed up the bot response time and help it to scale further.
• Added
• Modified help strings and fixed all the noticed typos. Also, added support for spoiler markdown entities.
• Fixed a bug in the
• Upgraded
• New
• New
For any query or feature request, Head to @GalactronSupport
Checkout @GalactronBot if you haven't yet.
❖ Changelog:
• Restructured caching system to speed up the bot response time and help it to scale further.
• Added
/info
as an alias of /chatinfo
letting you to check chat's info without much frustration.• Modified help strings and fixed all the noticed typos. Also, added support for spoiler markdown entities.
• Fixed a bug in the
cloner
module due to which bot denied to make clone with same bot token even if the provided bot is not configured to correctly to work as a clone of Galactron.• Upgraded
backup
module and added support to export/import custom categories making it more flexible for you to setup new channels. • New
Invite-Links
module with its cool commands i.e. /link
, /jlink
, /joinquiz
, /setjoinquiz
. Check their description through the bot now!• New
/privacy
command! Show's Galactron's privacy policy, and allows you to export and delete your personal data. We don't store anything unless we absolutely need to, and we want that to be clear to everyone! Use it in PM to get more info.For any query or feature request, Head to @GalactronSupport
Checkout @GalactronBot if you haven't yet.
Forwarded from GIGA Updates <beta>
The GIGA Userbot
A powerful and fast telegram userbot written in Go.
Source Code: github.com/GigaUserbot/GIGA
Note: The userbot is still in development phase, this status will be edited once completed.
@ProjectGIGA | @GIGAsupport
A powerful and fast telegram userbot written in Go.
Source Code: github.com/GigaUserbot/GIGA
Note: The userbot is still in development phase, this status will be edited once completed.
@ProjectGIGA | @GIGAsupport