Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in

Telegram Messenger

Pure instant messaging — simple, fast, secure, and synced across all your devices.

4.9
•107 reviews•

685 followers

Pure instant messaging — simple, fast, secure, and synced across all your devices.

4.9
•107 reviews•

685 followers

Visit website
Messaging apps
Fast. Secure. Powerful.
  • Overview
  • Launches26
  • Reviews107
  • Alternatives
  • Team
  • Awards
  • More
Company Info
telegram.orgApp StorePlay Store
Telegram Messenger Info
Launched in 2014View 26 launches
Forum
p/telegram-messenger
Awards
Telegram Messenger was ranked #1 of the week for February 22nd, 2014
Telegram Messenger was ranked #1 of the day for February 22nd, 2014
Telegram Bot Platform 2.0 was ranked #2 of the day for April 12th, 2016
Telegram Login Widget was ranked #2 of the day for February 7th, 2018
Telegram Premium was ranked #4 of the day for June 20th, 2022
Telegram 6.0 was ranked #3 of the day for March 31st, 2020
View all
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialFacebookMediumWellfoundX

Similar Products

Google
Google
Organizing the world's information
4.7(214 reviews)
Email clientsSearch
Opera
Opera
Opera isn't just a browser. It's an awesome browser.
4.4(36 reviews)
Web browsers
mssg.me
mssg.me
Get more sales just chatting
4.0(1 review)
Team collaboration softwareSocial media management tools
Fast
Fast
One-click checkout, anywhere.
5.0(1 review)
Ecommerce platformsSafety and Privacy platforms
Messenger Platform (Beta)
Messenger Platform (Beta)
Build your bot and reach 900 million people around the world
5.0(1 review)
Social NetworkingMessaging apps
View more
This is the 26th launch from Telegram Messenger. View more
Telegram 10

Telegram 10

Colorful calls, Thanos snap & an epic update for bots
Telegram 10 was ranked #5 of the day for January 3rd, 2024
Telegram's 10th update of 2023 adds improved calls with a colorful new design that use less of your phone's battery, a new vaporize effect when you delete messages, the largest bot update in Telegram's history – and more.
Telegram 10 gallery image
Free
Launch tags:
Telegram•Messaging•Bots
Launch Team
Chris MessinaPavel Durov

What do you think? …

Chris Messina
Chris Messina
Hunter
📌
There's a lot in this update — and it seems like Telegram doesn't get nearly enough coverage in the US tech press...

December 29, 2023

Bot API 7.0

Reactions

  • Added the classes ReactionTypeEmoji and ReactionTypeCustomEmoji representing different types of reaction.
  • Added updates about a reaction change on a message with non-anonymous reactions, represented by the class MessageReactionUpdated and the field message_reaction in the class Update. The bot must explicitly allow the update to receive it.
  • Added updates about reaction changes on a message with anonymous reactions, represented by the class MessageReactionCountUpdated and the field message_reaction_count in the class Update. The bot must explicitly allow the update to receive it.
  • Added the method setMessageReaction that allows bots to react to messages.
  • Added the field available_reactions to the class Chat.

Replies 2.0

  • Added the ability to reply to messages in other chats or forum topics.
  • Added the class ExternalReplyInfo and the field external_reply of type ExternalReplyInfo to the class Message, containing information about a message that is replied to by the current message, but can be from another chat or forum topic.
  • Added the ability to quote a part of the replied message.
  • Added the class TextQuote and the field quote of type TextQuote to the class Message, which contains the part of the replied message text or caption that is quoted in the current message.
  • Added the class ReplyParameters and replaced parameters reply_to_message_id and allow_sending_without_reply in the methods copyMessage, sendMessage, sendPhoto, sendVideo, sendAnimation, sendAudio, sendDocument, sendSticker, sendVideoNote, sendVoice, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendInvoice, sendGame, and sendMediaGroup with the field reply_parameters of type ReplyParameters.

Link Preview Customization

  • Allowed to explicitly specify the URL that will be used for link preview generation in outgoing text messages.
  • Allowed to position link previews above the message text.
  • Allowed to choose media size in link previews.
  • Added the class LinkPreviewOptions and replaced the parameter disable_web_page_preview with link_preview_options in the methods sendMessage and editMessageText.
  • Replaced the field disable_web_page_preview with link_preview_options in the class InputTextMessageContent.
  • Added the field link_preview_options to the class Message with information about the link preview options used to send the message.

Block Quotation

  • Added support for “blockquote” entities in received messages.
  • Added support for “blockquote” entity parsing in “MarkdownV2” and “HTML” parse modes.
  • Allowed to explicitly specify “blockquote” entities in formatted texts.

Multiple Message Actions

  • Added the method deleteMessages to allow the deletion of multiple messages in a single request.
  • Added the method forwardMessages for forwarding of multiple messages in a single request.
  • Added the method copyMessages for copying of multiple messages in a single request.

Request for multiple users

  • Renamed the class KeyboardButtonRequestUser to KeyboardButtonRequestUsers and added the field max_quantity to it.
  • Renamed the field request_user in the class KeyboardButton to request_users. The old name will still work for backward compatibility.
  • Added the class UsersShared.
  • Replaced the field user_shared in the class Message with the field users_shared.

Chat Boost

  • Added updates about chat boost changes, represented by the classes ChatBoostUpdated and ChatBoostRemoved and the fields chat_boost and removed_chat_boost in the class Update. The bot must be an administrator in the chat to receive these updates.
  • Added the classes ChatBoostSourcePremium, ChatBoostSourceGiftCode and ChatBoostSourceGiveaway, representing different sources of a chat boost.
  • Added the method getUserChatBoosts for obtaining the list of all active boosts a user has contributed to a chat.

Giveaway

  • Added the class Giveaway and the field giveaway to the class Message for messages about scheduled giveaways.
  • Added the class GiveawayCreated and the field giveaway_created to the class Message for service messages about the creation of a scheduled giveaway.
  • Added the class GiveawayWinners and the field giveaway_winners to the class Message for messages about the completion of a giveaway with public winners.
  • Added the class GiveawayCompleted and the field giveaway_completed to the class Message for service messages about the completion of a giveaway without public winners.

Web App Changes

  • Added the field SettingsButton to the class WebApp.
  • Added the fields header_bg_color, accent_text_color, section_bg_color, section_header_text_color, subtitle_text_color, destructive_text_color to the class ThemeParams.
  • Web Apps no longer close when the method WebApp.openTelegramLink is called.

Other Changes

  • Added support for the fields emoji_status_custom_emoji_id and emoji_status_expiration_date in the class Chat for non-private chats.
  • Added the fields accent_color_id, background_custom_emoji_id, profile_accent_color_id, and profile_background_custom_emoji_id to the class Chat.
  • Added the field has_visible_history to the class Chat.
  • Added the class MessageOrigin and replaced the fields forward_from, forward_from_chat, forward_from_message_id, forward_signature, forward_sender_name, and forward_date with the field forward_origin of type MessageOrigin in the class Message.
  • Improved documentation for the field message of the class callbackQuery and the field pinned_message of the class Message by adding the classes MaybeInaccessibleMessage and InaccessibleMessage.
Report
1yr ago
bian xiaomeng
bian xiaomeng
@chrismessina 🎉
Report
1yr ago
Kirill Malev
Kirill Malev
Congratulations with the launch! It always fascinates me how Telegram just ships features every month over the years. And public talks about it way less than the team deserves! Thank you for making our communication easier!
Report
1yr ago
Mr.Pugo
Mr.Pugo
Ultimate Life Planner

Ultimate Life Planner

Telegram has been my go-to messaging and group membership app right from the start, and I must say, it has never disappointed me! Kudos to you guys for doing an excellent job! Well done! 👏🚀
Report
1yr ago
Ambassador
AWS Builder Center
AWS Builder Center — Learn, build, and connect with builders in the AWS community
Learn, build, and connect with builders in the AWS community
Promoted

Telegram Messenger Launches

Telegram 10
Telegram 10 Colorful calls, Thanos snap & an epic update for bots

Launched on January 3rd, 2024

Telegram 10 was ranked #5 of the day for January 3rd, 2024
Telegram 10 was ranked #5 of the day for January 3rd, 2024
Telegram Premium Get access to exclusive additional features

Launched on June 20th, 2022

Telegram Premium was ranked #4 of the day for June 20th, 2022
Telegram Premium was ranked #4 of the day for June 20th, 2022
Telegram 8.0 Live streams, flexible forwarding, trending stickers & more

Launched on September 1st, 2021

Telegram 8.0 was ranked #2 of the day for September 1st, 2021
Telegram 8.0 was ranked #2 of the day for September 1st, 2021
View all Telegram Messenger launches

Do you use Telegram Messenger?

4.9
Based on 107 reviews
Review Telegram Messenger?

Telegram Messenger is widely praised for its speed, security, and powerful features. Users appreciate its seamless synchronization across devices, robust group chat options, and customization capabilities. Many reviews highlight its superior privacy features and the ability to send high-quality media files. While some users note minor inconveniences, the overall sentiment is overwhelmingly positive, with many considering it the best messaging app available. Telegram's continuous development and innovative features keep it ahead of competitors, making it a preferred choice for both personal and professional communication.

Turdıbek JumabaevAtie SoltantabarPHUNNAPATH ASSAWAPHAKORN
+104
Summarized with AI
Pros
Cons
Reviews
Helpful

You might also like

Google
Google
Organizing the world's information
Opera
Opera
Opera isn't just a browser. It's an awesome browser.
mssg.me
mssg.me
Get more sales just chatting
Fast
Fast
One-click checkout, anywhere.
Messenger Platform (Beta)
Messenger Platform (Beta)
Build your bot and reach 900 million people around the world
WhatsApp
WhatsApp
The simple, reliable, secure messaging app.
View more
Pros
user-friendly design (9)
fast performance (7)
group chat options (4)
high quality media sharing (4)
customization features (3)
secure messaging (3)
bots (2)
desktop app (2)
multi-device sync (2)
privacy options (2)
Dora
Dora
•9 reviews
The habitat of my colleagues, friends and family. Love it!
Report
2yr ago
Ghost Kitty
Ghost Kitty
•12 reviews
Best of the best Messenger! 🫶
Report
2yr ago
Kate
Kate
•6 reviews
The best messenger with a lot of settings, animations, and the ability to view photos and videos in high quality.
Report
2yr ago