Telegram RegisterThe public register of Telegram
Telegram profile photo for CleverComponents for Developers

Channel

CleverComponents for Developers

@clevercomponents

On this record: Growth · Engagement · Posts · Cite this entry

29subscribers

-1 since we began measuring on 7 August 2026

Risers and fallers across the register · movement among entries of Under 1,000.

Register entry

Telegram ID-1001095825383
TypeChannel
Username@clevercomponents
CreatedBetween 1 September 2016 and 30 September 2017— estimated from Telegram’s id allocation, not measured. How this range is calculated.
First recorded11 August 2026
Last confirmed live23 August 2026
Measurements held3
Confirmed unchanged1 time, most recently 23 August 2026
On Telegramt.me/clevercomponents

Growth

293029.57 August 2026 — 30 subscribers11 August 2026 — 30 subscribers23 August 2026 — 29 subscribers7 August 202623 August 2026
3 measurements spanning 15 days, net -1. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between — snapshots are recorded only when a count changes, so gaps mean “no change observed”, never “interpolated”. The vertical axis spans 29–30 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
23 Aug 2026, 07:0929-1
11 Aug 2026, 04:4530no change
7 Aug 2026, 20:3630first reading

Engagement

20 posts held, back to 30 October 2021the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 pageof Telegram’s post history, 20 posts per page.

Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 13 March 2026. An engagement rate over an empty window would be a number about nothing.

Recent posts

13 Mar 2026, 12:46 UTC357 viewsread 11 August 2026
Photo

💬 WhatsApp AI Chatbot in Delphi A practical integration example connecting: • WhatsApp Cloud API • OpenAI Responses API • webhook handling in Delphi The project demonstrates clean HTTP/JSON communication and structured request/response processing. Can serve as a foundation for automated messaging, notifications, or AI-assisted workflows. Full source code included. 👉 Explore the tutorial: https://github.com/Clev

6 Mar 2026, 07:35 UTC406 viewsread 11 August 2026
Photo

🔐 Office365 Email via POP3 with OAuth 2.0 (Delphi) If you're still maintaining POP3 integrations, you’ve likely encountered Microsoft’s authentication changes. We prepared a step-by-step Delphi example showing how to: • configure OAuth 2.0 • request and manage access tokens • connect to Office365 via POP3 securely The project includes full source code and can be compiled and tested locally. Useful when modernizi

30 Dec 2025, 13:17 UTC580 viewsread 11 August 2026
Photo

🔥 55 Delphi tutorials — now updated for Clever Internet Suite 12 ✅ REST Client + OAuth 2.0 ✅ Bulk FTP/SFTP transfers ✅ HTML Email Builder ⏰ Great fit for your 2026 roadmap ⚡️ Available on GitHub right now 👉 Start here https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials #Delphi #Networking #REST #OAuth

18 May 2022, 14:30 UTC253 viewsread 11 August 2026

​​Do you need to work with GMail or Google Calendar in Delphi? Please check out the following library on our GitHub repository that implements integrations for Google Workspace developer products. The current version of the library provides access to Gmail and Google Calendar APIs, and we are working on adding the other Google Workspace REST APIs. The library utilizes RTTI to serialize JSON to Delphi classes and Cle

26 Apr 2022, 12:44 UTC194 viewsread 11 August 2026

​​Hi, please try this Delphi example that implements a simple host key repository to keeps all known and verified by users the SFTP host-keys and automatically accept connections to these hosts 😲 The SFTP component provides all necessary remote host information: host name, key type, finger-print, and host key bytes. You can save this information to the disk, and load next time you run the app. The program connects

19 Apr 2022, 06:59 UTC133 viewsread 11 August 2026

​​Good day. We prepared a simple tutorial that shows how to override the default POP3 command handlers and implement your own ones using our POP3 Server component. You can find the source code for this Delphi project on GitHub. Please ⭐️ our GitHub repo if you like this project 👍 https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/vcl/Pop3ServerCmdOverride

15 Apr 2022, 10:48 UTC111 viewsread 11 August 2026

​​Do you know how to send a photo to a Telegram channel in Delphi? Please take a look at this program that utilizes the Clever HTTP and HttpRequest components to submit an image to a Telegram channel using Telegram Bot API. The sources are published on GitHub 👍 https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/vcl/SendTelegramPhoto

12 Apr 2022, 08:43 UTC99 viewsread 11 August 2026

Good day, a new version of Clever Internet Suite 10.2 released! This new version of our Internet components improves the SFTP connection speed, adds more data protection options to the SOAP component, updates the DNS Query component, and includes a lot of new features, optimizations, and bugfixes. Just visit the product web site to learn more 👍 BTW: we are providing a special time-limited discount to buy a new or

11 Apr 2022, 10:38 UTC86 viewsread 11 August 2026

​​Hi, please take a look on this Delphi tutorial that utilizes the Clever Mail Message and S/MIME Message components to parse / compose E-mail messages in MIME format, with file or image attachments. ☝️The Clever Mail Message component doesn't store attachmets in memory, and the given program shows you how to deal with them. 👍 Check out the sources on GitHub https://github.com/CleverComponents/Clever-Internet-Suite

31 Jan 2022, 14:35 UTC98 viewsread 11 August 2026

​​Hello, please take a look on a simple Delphi project to learn the TLS handshake implementation using OpenSSL 3.0 Memory BIOs. There are lots of examples with previous versions of the library on the Internet. So we decided to share this project to help other developers to get started with OpenSSL memory BIOs in Delphi. We still are working on this test project. So if you find any errors or have questions, do not he

26 Jan 2022, 12:09 UTC100 viewsread 11 August 2026

​​Good day, please check out a new Delphi example that starts listening to an incoming connection, accepts the connection, receives all data over the established connection, and sends no data back to the client. This functionality might be useful when you debug a Network app and want to analyze the produced TCP traffic, e.g. using Wireshark. The program uses the TcpServerConnection socket class from the Clever Inter

13 Jan 2022, 15:35 UTC86 viewsread 11 August 2026

​​Hello, recently we have published an E-mail sending example that uses the TMS FNC UI RichEditor to edit HTML content. Please check out yet another Delphi example, which utilizes the TRichView components to do the same job. The program sends and receives E-mails using the Clever SMTP and POP3 components, and also scans received messages using the ClamAV antivirus library. The sources are available on GitHub. The R

Showing the 12 most recent of 20 posts we hold for @clevercomponents. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.

Cite this entry

A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 23 August 2026 — this entry's latest reading, not the date you are reading this.

“CleverComponents for Developers” (@clevercomponents), 29 subscribers as measured 23 August 2026. Telegram Register, tgregister.com/channel/clevercomponents.

Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.