fa
Feedback
CoAuthored

CoAuthored

رفتن به کانال در Telegram

نمایش بیشتر
کشور مشخص نشده استفناوری و برنامه‌ها72 796
657
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
Amazon Prime Giveaway Pm @harshits11 and send "MADARCHOD RANDI KE BACHCHE KUTTE BHEN KE LODE, DIPLOMACY APNI GAND ME LEKE NANGA NAACH KAR HARAMI MANHOOS KUTTE" Send screenshot at @NoPmsRobot after sending the message. Bonus: Those who cuss him on call will get Netflix too His number: +91 80057 76979

If anyone has Mohit Tyagi's JEE course videos, dm @coswand ASAP.

Repost from N/a
🚀 Introducing srink.co: An Ultimate Lightweight Link Shortener! 🚀 Tired of clunky, slow link shorteners that waste your time? Say hello to srink.co – the ultimate solution for lightning-fast link shortening that will revolutionize your online experience! ✨ ❓ Why Choose srink.co? ⚡️ Lightning-Fast Speed: Time is precious, and we understand that! With srink.co, you'll experience instantaneous link shortening. Say goodbye to waiting around for your links to be processed – we're all about speed! 📐 Ultra-Lightweight: We believe in keeping things simple and efficient. Our streamlined interface ensures that your links are shortened without any unnecessary bells and whistles, making your online interactions smoother than ever before. 📈 Comprehensive Analytics: Knowledge is power! Gain valuable insights into your link performance with our in-depth analytics dashboard. Track clicks, geographical data, and referral sources to optimize your online strategy. 🔐 Top-Notch Security: Rest easy knowing that your links are secure with srink.co. Our state-of-the-art security measures protect your links from malicious attacks, ensuring a safe browsing experience for you and your audience. 🌐 Worldwide Accessibility: Whether you're connecting with friends across the globe or reaching out to an international audience, srink.co ensures that your links are accessible worldwide, without any geographical restrictions. 📱 Mobile-Friendly: On the go? No problem! Our responsive design ensures that srink.co functions flawlessly on all devices, so you can shorten and share links effortlessly from your desktop, tablet, or smartphone. 💬 Exceptional Customer Support: Got questions or need assistance? Our dedicated support team is always ready to help you, ensuring that your srink.co experience is as smooth as our link shortening process. 🎉 Join the srink.co Revolution today for 🆓! 🎉 Ready to elevate your online experience? Join the srink.co revolution and discover the power of lightweight and lightning-fast link shortening. Say goodbye to frustration and hello to efficiency with our intuitive platform. 🚀 Try srink.co now at www.srink.co and experience the future of link shortening. Your time is valuable – let srink.co make every second count! ⏱ 📢 Follow us on social media for updates, tips, and exciting promotions: Twitter: www.twitter.com/srinkco Instagram: www.instagram.com/srinkco 🆙 Don't miss out on this game-changing link shortener. Embrace speed, simplicity, and security with srink.co today! 🆙

Do you need telegram file to google drive link bot?
Anonymous voting

Repost from TechG
📢 Hello Users - Now we are also offering custom bots services by Ucr, you can tell us how you want your bot to be customised, and get it ready as per your wants. ✅ More information -> https://t.me/ucrbots/12 🔗 Join @UcrBots 〽️ By @UcrInsta ✅ Support - @UserChatroom

Repost from Galactron News
🎉 Celebrating a Milestone Achievement: Galactron Bot Reaches 5000 Registered Channels! 🚀 We are thrilled to announce that our beloved Galactron has reached a momentous milestone - 5000 registered channels and counting! 🎉🌟 This achievement reflects the unwavering trust and support of our incredible community, and we extend our heartfelt gratitude to each and every one of you. Galactron, the ultimate channel management bot, has been at the forefront of empowering Telegram channel administrators with its cutting-edge features and user-friendly interface. With Galactron, managing and enhancing your channels has never been easier. Whether you're a content creator, community manager, or just someone looking to streamline your channel operations, Galactron is here to make your Telegram experience extraordinary. We are immensely proud of the Galactron's journey so far, and we owe our success to the invaluable feedback and suggestions from our incredible users. We remain committed to continuously improving Galactron, introducing new features, and providing unparalleled support to our ever-growing user base. To all the channel administrators who have put their trust in Galactron, we extend our heartfelt appreciation for choosing us as your go-to channel management solution. Your support fuels our passion to innovate and deliver an exceptional user experience. Haven't joined the Galactron community yet? Don't miss out on the opportunity to enhance your Telegram channels with ease and efficiency. Try the bot today @GalactronBot and experience the future of channel management. Once again, a massive thank you to everyone ❤️ who has been a part of our journey. We look forward to reaching even greater heights together! For any query or feature request, Head to @GalactronSupport Checkout @GalactronBot if you haven't yet. Stay connected, The Galactron Team

Repost from N/a
🎉 GoTGProto New Update We have just released v1.0.0-beta10 of the library that brings a lot of optimizations along with some breaking changes. This update also fixes a very old issue of the library which used to cause high memory usage. As usual, upgrade using: go get github.com/anonyindian/gotgproto@v1.0.0-beta10 Changelog: • Updated GoTD to v0.82.0 Deprecated ctx.ForwardMessage (Use ctx.ForwardMessages now) • Replaced BigCache with Cacher for cache • Fixed high memory usage (It uses around 5MBs now, earlier it was 100+ MBs) • Rewrote GoTGProto client utilities, it should be more handy and cleaner to create a new client now. • Added a new dispatcher.Dispatcher interface to allow using custom dispatcher. • Renamed dispatcher.CustomDispatcher to dispatcher.NativeDispatcher Made some optimizations in command and message handlers • Added types.Message, which is a union of tg.Message, tg.MessageService, and tg.MessageEmpty structs. • Now, ext.Update.EffectiveMessage is of the type *types.Message. • Added a new optional field in ClientOpts, named AutoFetchReply (setting this field to true will automatically cast. ReplyToMessage field in update.EffectiveMessage) • Added client.ExportSessionString(), client.RefreshContext(ctx) and client.CreateContext() methods to gotgproto.Client. • Peers for logged in user will now be saved in session while starting the client. • Removed an unintentional display of session data in os.Stdout. • Added SystemLangCode and ClientLangCode optional fields to gotgproto.Client. • Moved helper methods errors to errors package. • Added client.Stop() method to gotgproto.Client to cancel the running context and stop the client. • Added dispatcher.StopClient handler error, which if returned through a handler callback will result in stopping the client. • Added client.Start() method to gotgproto.Client to login and connect to telegram (Note: It's already called by gotgproto.NewClient() hence you don't need to call it again. However, it should be used to re-establish a connection once it's closed via gotgproto.Client.Stop()) • Fixed session and peers database initialization happening twice per login. • update.EffectiveMessage.Message is no longer the message text, it now contains *tg.Message (use update.EffectiveMessage.Text for message's text) Known Issues: • ctx.SendMediaGroup is added to the release mistakenly, it doesn't work and is just a dead method. • Some examples are still using update.EffectiveMessage.Message as text of a message which wouldn't work, and needs to be replaced by update.EffectiveMessage.Text. Full Changelog: Click here Repository: https://github.com/anonyindian/gotgproto Examples: click here for the examples Documentations: click here for the docs Support Group: @GoTGProtoChat

Repost from N/a
🤖 Presenting @LocalisationBot A once-for-all solution for translations management for your projects, this bot provides a lot of cool features like approval based translations, in-telegram translation window for translating the bot, etc. 🤝 Basic Help: ❓What does this bot do? » It helps you to manage translations for your projects. Try it yourself to know more! ❓I'm having an issue setting up a new project, what to do? » Visit the support chat and we will help you to solve your issue. ❓Is this bot paid? » No, currently the bot is totally free to use, without any restrictions. ❓Is this bot stable? » Although the bot is in active development, it is currently in beta mode, we will notify you through updates channel once the stable version is out. 📔 Try the bot now!

Hey 👋, This is to notify you that now I accept paid coding projects too, Just contact me at @NoPMsRobot✅️ with your idea and I will handle the rest of it! 😅 Have a nice day!

Hello World

Hi, Just released TelegramDB v1.0.0 🎉 Check it out now: https://github.com/AnimeKaizoku/TelegramDB/releases/tag/v1.0.0

Repost from Galactron News
🔄 Galactron's April 2023 Update This update brings few improvements and optimizations at the back-end too along with bug-fixes, new features, etc. You can check out whole list of changes that have been made, in the following sections: 🆕 What's New • A new chat where you can check whether your channel is under an antispam cooldown or not, it will also tell the time when your channel will be freed, information regarding this is described in the Antispam Cooldown section • Added support for https://t.me/chat_username because some clients copy chat usernames this way • Added {date} filling to automatically add current date, time and day to posts • Added support for multiple channel connections in a single chat (needs topics enabled) as announced earlier 🐛 Bug Fixes • Fixed a bug due to which logging anything except join and leave updates was not working • Fixed a bug due to which rposts couldn't be set for less than 13 weeks when 'w' keyword was used • Fixed a bug due to which bot used to not log any action if legacyadmin mode is turned on in the channel • Fixed a bug due to which bot was not adding marginals as caption on media posts 🔁 General Changes • Now marginals will not be formatted to markdowns when they are viewed using /marginals command • Made some changes in the layout of logged actions to provide some more information with the ease of copying user IDs 🖥 Backend Changes • Implemented a new faster caching system • Updated bot client to the latest Bot API version 🤖Antispam Cooldown While being under antispam cooldown, bot will start ignoring your channel for some finite amount of time, this happens when you flood your channel/chat with a number of messages in very less time. This system was added with Galactron August 2021 update but there was no method to check for how long will your channel be ignored and hence, we bring that ability with this update. Now, you can check it by running /spamcheck <chat_id> at @CheckSpammed but note that this command can be used in the mentioned chat only. For any query or feature request, Head to @GalactronSupport Checkout @GalactronBot if you haven't yet. Powered By @Kaizoku

Repost from Galactron News
🔄 Galactron's April 2023 Update This update brings few improvements and optimizations at the back-end too along with bug-fixes, new features, etc. You can check out whole list of changes that have been made, in the following sections: 🆕 What's New • A new chat where you can check whether your channel is under antispam cooldown or not, it will also tell the time when your channel will be freed, information regarding this is described in the Antispam Cooldown section • Added support for https://t.me/chat_username because some clients copy chat usernames this way • Added Sunday, 16-Apr-23 16:25:02 IST filling to automatically add current date, time and day to posts • Added support for multiple channel connections in a single chat (needs topics enabled) as announced earlier 🐛 Bug Fixes • Fixed a bug due to which logging anything except join and leave updates was not working • Fixed a bug due to which rposts couldn't be set for less than 13 weeks when 'w' keyword was used • Fixed a bug due to which bot used to not log any action if legacyadmin mode is turned on in the channel • Fixed a bug due to which bot was not adding marginals as caption on media posts 🔁 General Changes • Now marginals will not be formatted to markdowns when they are viewed using /marginals command • Made some changes in the layout of logged actions to provide some more information with the ease of copying user IDs 🖥 Backend Changes • Implemented a new faster caching system • Updated bot client to the latest Bot API version 🤖Antispam Cooldown While being under antispam cooldown, bot will start ignoring your channel for some finite amount of time, this happens when you flood your channel/chat with a number of messages in very less time. This system was added with Galactron August 2021 update but there was no method to check for how long will your channel be ignored and hence, we bring that ability with this update. Now, you can check it by running /spamcheck <chat_id> at @CheckSpammed but note that this command can be used in the mentioned chat only. For any query or feature request, Head to @GalactronSupport Checkout @GalactronBot if you haven't yet. Powered By @Kaizoku

Repost from Galactron News
⚠ Bot Downtime Bot has been facing a downtime for a few hours, we are investigating the issue, please be patient and sorry for the inconvenience occurred! For any query or feature request, Head to @GalactronSupport Checkout @GalactronBot if you haven't yet. Powered By @Kaizoku

First of all, thank you for being so supportive! Total followers now are 102 🎉🥳

-> github.com/anonyindian Only 2 more followers needed for a century 🤗🎉 Please follow 🥲

Repost from Galactron News
⚠️ Bot Name Modified Hello users, we would like to inform you that bot has been renamed to "Galactron - Channel Manager" from "Galactron" to improve its presence in search results. 🆕 Multi Connections (beta) We have recently added support for multiple connections to the bot, which will allow you to connect multiple chats a topics-enabled chat. Try it out yourself for better understanding: run /connect without any argument in PM of the bot and follow the steps it suggests. However, this feature is currently in beta stage and may have some rough edges. Please report any bugs or suggests in the support chat. ❔New Update We know that you are eagerly waiting for a new update which would bring many new features and bug fixes. It has been decided to release the update latest by April (next month), you can checkout change-log posted in the beta chat in the mean time and give your valuable suggestions :) For any query or feature request, Head to @GalactronSupport Checkout @GalactronBot if you haven't yet. Powered By @Kaizoku

Hello world

Hello 👋, just wrote a efficient and decentralised caching library in Golang. It uses built-in maps to store data. Here are the key features: • Decentralised: Allows users to implement decentralised caching system which helps to perform multiple set-get operations parallely. • TTL (Time-To-Live): It allows us to expire a key after a specific time period. • Revaluation: This is another useful feature that allows us to keep keys cached as per their usage frequency. • Zero Bloat: Doesn't rely on any 3rd party library and only uses standard ones. • Structs Friendly: You don't need to serialize your structs to bytes to save them as values, which makes the set-get process faster and allows us to write more readable code. • Well Documentated: Cacher is very well documentated and contains examples in the docs wherever required. There are plenty of examples available in the examples directory to get a quick overview. Downloding: You can download it using standard command: go get github.com/AnimeKaizoku/cacher Repository Link: github.com/AnimeKaizoku/cacher

Hello 👋, just wrote a fast and efficient caching library in Golang. Here are the key features: Decentralised: Allows users to implement decentralised caching system which helps to perform multiple set-get operations parallely. TTL (Time-To-Live): It allows us to expire a key after a specific time period. Revaluation: This is another useful feature that allows us to keep keys cached as per their usage frequency. Zero Bloat: Doesn't rely on any 3rd party library and only uses standard ones. Structs Friendly: You don't need to serialize your structs to bytes to save them as values, which makes the set-get process faster and allows us to write more readable code. Well Documentated: Cacher is very well documentated and contains examples in the docs wherever required. There are plenty of examples available in the examples directory to get a quick overview.