Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

899,139

Downloads of v 0.8.16:

459

Last Update:

21 May 2015

Package Maintainer(s):

Software Author(s):

  • telegramdesktop

Tags:

instant-messenger smartphone-messaging telegram android

Telegram (Install)

This is not the latest version of Telegram (Install) available.

  • 1
  • 2
  • 3

0.8.16 | Updated: 21 May 2015

Downloads:

899,139

Downloads of v 0.8.16:

459

Maintainer(s):

Software Author(s):

  • telegramdesktop

Telegram (Install) 0.8.16

This is not the latest version of Telegram (Install) available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by telegramdesktop. The inclusion of telegramdesktop trademark(s), if any, upon this webpage is solely to identify telegramdesktop goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Telegram (Install), run the following command from the command line or from PowerShell:

>

To upgrade Telegram (Install), run the following command from the command line or from PowerShell:

>

To uninstall Telegram (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade telegram.install -y --source="'INTERNAL REPO URL'" --version="'0.8.16'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade telegram.install -y --source="'INTERNAL REPO URL'" --version="'0.8.16'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install telegram.install
  win_chocolatey:
    name: telegram.install
    version: '0.8.16'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'telegram.install' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.8.16'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller telegram.install
{
    Name     = "telegram.install"
    Version  = "0.8.16"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'telegram.install':
  ensure   => '0.8.16',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved as a trusted package on 23 Dec 2015.

Description

Telegram is a messaging app with a focus on speed and security, it's superfast, simple and free. You can use Telegram on all your devices at the same time - your messages sync seamlessly across any of your phones, tablets or computers.

With Telegram, you can send messages, photos, videos and files of any type (doc, zip, mp3, etc) to people who are in your phone contacts and have Telegram. You can also create groups for up to 200 people or send broadcasts to up to 100 contacts. As a result, Telegram is like SMS and email combined - and can take care of all your personal or business messaging needs.

FAQ
Source code


tools\chocolateyInstall.ps1
$packageName = 'telegram.install'
$installerType = 'exe'
$url = 'https://updates.tdesktop.com/tsetup/tsetup.0.8.16.exe'
$checksum = '0810971d0dde3dda6acbac7460699deae74a5784'
$checksumType = 'sha1'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0) 

Install-ChocolateyPackage -PackageName "$packageName" `
                          -FileType "$installerType" `
                          -SilentArgs "$silentArgs" `
                          -Url "$url" `
                          -ValidExitCodes $validExitCodes `
                          -Checksum "$checksum" `
                          -ChecksumType "$checksumType"
tools\chocolateyUninstall.ps1
$packageName = 'telegram.install'
$packageSearch = 'Telegram Desktop'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
try {
  Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
                            'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
                            'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
                   -ErrorAction:SilentlyContinue `
  | Where-Object   { $_.DisplayName -like "$packageSearch*" } `
  | ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
                                                 -FileType "$installerType" `
                                                 -SilentArgs "$silentArgs" `
                                                 -File "$($_.UninstallString)" `
                                                 -ValidExitCodes $validExitCodes }
} catch {
  throw $_.Exception
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Telegram (Install) 5.13.1 6985 Monday, April 14, 2025 Approved
Telegram (Install) 5.11.1 14774 Sunday, February 16, 2025 Approved
Telegram (Install) 5.11.0 92 Sunday, February 16, 2025 Approved
Telegram (Install) 5.10.7 2966 Wednesday, February 12, 2025 Approved
Telegram (Install) 5.10.6 7058 Monday, January 27, 2025 Approved
Telegram (Install) 5.10.5 46 Monday, January 27, 2025 Approved
Telegram (Install) 5.10.4 2930 Thursday, January 23, 2025 Approved
Telegram (Install) 5.10.3 5939 Friday, January 10, 2025 Approved
Telegram (Install) 5.10.2 54 Saturday, January 11, 2025 Approved
Telegram (Install) 5.10.1 61 Saturday, January 11, 2025 Approved
Telegram (Install) 5.10.0 4462 Thursday, January 2, 2025 Approved
Telegram (Install) 5.9.0 12879 Wednesday, December 4, 2024 Approved
Telegram (Install) 5.8.3 17279 Monday, November 25, 2024 Approved
Telegram (Install) 5.8.2 8753 Tuesday, November 19, 2024 Approved
Telegram (Install) 5.8.1 417 Tuesday, November 19, 2024 Approved
Telegram (Install) 5.8.0 53 Wednesday, November 20, 2024 Approved
Telegram (Install) 5.7.2 5911 Tuesday, November 5, 2024 Approved
Telegram (Install) 5.5.5 12587 Saturday, September 14, 2024 Approved
Telegram (Install) 5.5.4 1269 Thursday, September 12, 2024 Approved
Telegram (Install) 5.5.3 2194 Tuesday, September 10, 2024 Approved
Telegram (Install) 5.5.2 1149 Tuesday, September 10, 2024 Approved
Telegram (Install) 5.5.1 1401 Saturday, September 7, 2024 Approved
Telegram (Install) 5.4.1 7368 Monday, August 19, 2024 Approved
Telegram (Install) 5.4.0 3032 Thursday, August 15, 2024 Approved
Telegram (Install) 5.3.1 5440 Friday, August 2, 2024 Approved
Telegram (Install) 5.2.3 8489 Sunday, July 7, 2024 Approved
Telegram (Install) 5.2.2 3166 Wednesday, July 3, 2024 Approved
Telegram (Install) 5.2.1 1346 Tuesday, July 2, 2024 Approved
Telegram (Install) 5.2.0 1226 Monday, July 1, 2024 Approved
Telegram (Install) 5.1.7 6613 Friday, June 14, 2024 Approved
Telegram (Install) 5.1.5 4602 Friday, June 7, 2024 Approved
Telegram (Install) 5.1.4 164 Friday, June 7, 2024 Approved
Telegram (Install) 5.1.2 2801 Tuesday, June 4, 2024 Approved
Telegram (Install) 5.1.1 1718 Sunday, June 2, 2024 Approved
Telegram (Install) 5.1.0 283 Saturday, June 1, 2024 Approved
Telegram (Install) 5.0.4 3344 Tuesday, May 28, 2024 Approved
Telegram (Install) 5.0.3 431 Tuesday, May 28, 2024 Approved
Telegram (Install) 5.0.2 2684 Saturday, May 25, 2024 Approved
Telegram (Install) 5.0.1 7423 Saturday, May 4, 2024 Approved
Telegram (Install) 5.0.0 2074 Thursday, May 2, 2024 Approved
Telegram (Install) 4.16.8 6193 Wednesday, April 17, 2024 Approved
Telegram (Install) 4.16.7 1715 Monday, April 15, 2024 Approved
Telegram (Install) 4.16.6 4103 Wednesday, April 10, 2024 Approved
Telegram (Install) 4.16.5 383 Tuesday, April 9, 2024 Approved
Telegram (Install) 4.16.2 3272 Friday, April 5, 2024 Approved
Telegram (Install) 4.16.1 2188 Wednesday, April 3, 2024 Approved
Telegram (Install) 4.16.0 1359 Tuesday, April 2, 2024 Approved
Telegram (Install) 4.15.2 7508 Wednesday, March 13, 2024 Approved
Telegram (Install) 4.15.1 3585 Friday, March 8, 2024 Approved
Telegram (Install) 4.15.0 7333 Monday, February 19, 2024 Approved
Telegram (Install) 4.14.13 6374 Monday, February 5, 2024 Approved
Telegram (Install) 4.14.12 3252 Thursday, February 1, 2024 Approved
Telegram (Install) 4.14.9 6289 Saturday, January 20, 2024 Approved
Telegram (Install) 4.14.8 1428 Friday, January 19, 2024 Approved
Telegram (Install) 4.14.7 508 Thursday, January 18, 2024 Approved
Telegram (Install) 4.14.6 2178 Wednesday, January 17, 2024 Approved
Telegram (Install) 4.14.5 389 Tuesday, January 16, 2024 Approved
Telegram (Install) 4.14.4 4825 Tuesday, January 9, 2024 Approved
Telegram (Install) 4.14.3 3821 Friday, January 5, 2024 Approved
Telegram (Install) 4.14.2 2285 Tuesday, January 2, 2024 Approved
Telegram (Install) 4.14.1 1245 Tuesday, January 2, 2024 Approved
Telegram (Install) 4.14.0 1284 Sunday, December 31, 2023 Approved
Telegram (Install) 4.13.1 2815 Thursday, December 28, 2023 Approved
Telegram (Install) 4.13.0 2238 Tuesday, December 26, 2023 Approved
Telegram (Install) 4.12.2 8209 Sunday, December 3, 2023 Approved
Telegram (Install) 4.12.1 2000 Friday, December 1, 2023 Approved
Telegram (Install) 4.11.7 7478 Monday, November 13, 2023 Approved
Telegram (Install) 4.11.6 3142 Friday, November 10, 2023 Approved
Telegram (Install) 4.11.5 3022 Tuesday, November 7, 2023 Approved
Telegram (Install) 4.11.3 3529 Friday, November 3, 2023 Approved
Telegram (Install) 4.11.2 1542 Thursday, November 2, 2023 Approved
Telegram (Install) 4.11.1 3374 Sunday, October 29, 2023 Approved
Telegram (Install) 4.11.0 609 Sunday, October 29, 2023 Approved
Telegram (Install) 4.10.2 10069 Friday, September 29, 2023 Approved
Telegram (Install) 4.10.0 4900 Saturday, September 23, 2023 Approved
Telegram (Install) 4.9.9 2990 Tuesday, September 19, 2023 Approved
Telegram (Install) 4.9.8 2962 Saturday, September 16, 2023 Approved
Telegram (Install) 4.9.7 2788 Thursday, September 14, 2023 Approved
Telegram (Install) 4.9.6 633 Wednesday, September 13, 2023 Approved
Telegram (Install) 4.9.5 4612 Wednesday, September 6, 2023 Approved
Telegram (Install) 4.9.4 4024 Friday, September 1, 2023 Approved
Telegram (Install) 4.9.2 5081 Tuesday, August 22, 2023 Approved
Telegram (Install) 4.9.1 4202 Wednesday, August 16, 2023 Approved
Telegram (Install) 4.9.0 1317 Tuesday, August 15, 2023 Approved
Telegram (Install) 4.8.10.230802 6203 Tuesday, August 1, 2023 Approved
Telegram (Install) 4.8.10 2877 Saturday, July 29, 2023 Approved
Telegram (Install) 4.8.9 2793 Wednesday, July 26, 2023 Approved
Telegram (Install) 4.8.8 726 Wednesday, July 26, 2023 Approved
Telegram (Install) 4.8.7 3346 Saturday, July 22, 2023 Approved
Telegram (Install) 4.8.5 1710 Friday, July 21, 2023 Approved
Telegram (Install) 4.8.3 11848 Friday, June 2, 2023 Approved
Telegram (Install) 4.8.1 10699 Tuesday, April 25, 2023 Approved
Telegram (Install) 4.8.0 2370 Saturday, April 22, 2023 Approved
Telegram (Install) 4.7.1 9770 Wednesday, March 22, 2023 Approved
Telegram (Install) 4.7.0 2745 Sunday, March 19, 2023 Approved
Telegram (Install) 4.6.5 8206 Saturday, February 25, 2023 Approved
Telegram (Install) 4.6.3 5548 Thursday, February 16, 2023 Approved
Telegram (Install) 4.6.2 4662 Thursday, February 9, 2023 Approved
Telegram (Install) 4.6.1 2411 Tuesday, February 7, 2023 Approved
Telegram (Install) 4.6.0 2724 Saturday, February 4, 2023 Approved
Telegram (Install) 4.5.3 8989 Saturday, January 7, 2023 Approved
Telegram (Install) 4.5.2 3044 Tuesday, January 3, 2023 Approved
Telegram (Install) 4.5.1 1214 Monday, January 2, 2023 Approved
Telegram (Install) 4.5.0 2432 Friday, December 30, 2022 Approved
Telegram (Install) 4.4.1 8130 Wednesday, December 7, 2022 Approved
Telegram (Install) 4.4.0 681 Wednesday, December 7, 2022 Approved
Telegram (Install) 4.3.1 9079 Tuesday, November 8, 2022 Approved
Telegram (Install) 4.3.0 2701 Saturday, November 5, 2022 Approved
Telegram (Install) 4.2.4 10009 Friday, September 30, 2022 Approved
Telegram (Install) 4.2.3 1379 Friday, September 30, 2022 Approved
Telegram (Install) 4.2.0 5154 Tuesday, September 20, 2022 Approved
Telegram (Install) 4.1.1 9890 Wednesday, August 17, 2022 Approved
Telegram (Install) 4.1.0 3390 Friday, August 12, 2022 Approved
Telegram (Install) 4.0.2 11830 Saturday, June 25, 2022 Approved
Telegram (Install) 4.0.0 3819 Tuesday, June 21, 2022 Approved
Telegram (Install) 3.7.3 12451 Tuesday, April 26, 2022 Approved
Telegram (Install) 3.7.2 764 Tuesday, April 26, 2022 Approved
Telegram (Install) 3.7.1 3952 Wednesday, April 20, 2022 Approved
Telegram (Install) 3.7.0 3314 Sunday, April 17, 2022 Approved
Telegram (Install) 3.6.1 9299 Thursday, March 17, 2022 Approved
Telegram (Install) 3.6.0 3927 Friday, March 11, 2022 Approved
Telegram (Install) 3.5.1 10002 Saturday, February 5, 2022 Approved
Telegram (Install) 3.5.0 3441 Tuesday, February 1, 2022 Approved
Telegram (Install) 3.4.8 5935 Thursday, January 20, 2022 Approved
Telegram (Install) 3.4.3 6887 Tuesday, January 4, 2022 Approved
Telegram (Install) 3.4.2 2508 Saturday, January 1, 2022 Approved
Telegram (Install) 3.4.1 388 Friday, December 31, 2021 Approved
Telegram (Install) 3.4.0 1305 Thursday, December 30, 2021 Approved
Telegram (Install) 3.3.0 7628 Wednesday, December 8, 2021 Approved
Telegram (Install) 3.2.5 6209 Tuesday, November 16, 2021 Approved
Telegram (Install) 3.2.2 196 Friday, November 5, 2021 Approved
Telegram (Install) 3.2.0 157 Wednesday, November 3, 2021 Approved
Telegram (Install) 3.1.11 7107 Sunday, October 31, 2021 Approved
Telegram (Install) 3.1.8 9643 Saturday, October 9, 2021 Approved
Telegram (Install) 3.1.1 5799 Saturday, September 25, 2021 Approved
Telegram (Install) 3.1.0 5215 Monday, September 20, 2021 Approved
Telegram (Install) 3.0.1 138 Thursday, September 2, 2021 Approved
Telegram (Install) 2.9.2 8314 Wednesday, August 11, 2021 Approved
Telegram (Install) 2.9.0 126 Saturday, July 31, 2021 Approved
Telegram (Install) 2.8.9 143 Friday, July 16, 2021 Approved
Telegram (Install) 2.7.4 18177 Thursday, April 29, 2021 Approved
Telegram (Install) 2.7.3 857 Tuesday, April 27, 2021 Approved
Telegram (Install) 2.7.2 1901 Monday, April 26, 2021 Approved
Telegram (Install) 2.7.1 9216 Sunday, March 21, 2021 Approved
Telegram (Install) 2.7.0 1731 Friday, March 19, 2021 Approved
Telegram (Install) 2.6.1 6906 Thursday, February 25, 2021 Approved
Telegram (Install) 2.6.0 1336 Wednesday, February 24, 2021 Approved
Telegram (Install) 2.5.9 3428 Thursday, February 18, 2021 Approved
Telegram (Install) 2.5.8 6443 Saturday, January 30, 2021 Approved
Telegram (Install) 2.5.7 1479 Thursday, January 28, 2021 Approved
Telegram (Install) 2.5.1 8230 Wednesday, December 23, 2020 Approved
Telegram (Install) 2.5.0 569 Wednesday, December 23, 2020 Approved
Telegram (Install) 2.4.7 9941 Thursday, November 5, 2020 Approved
Telegram (Install) 2.4.6 2399 Monday, November 2, 2020 Approved
Telegram (Install) 2.4.5 2252 Saturday, October 31, 2020 Approved
Telegram (Install) 2.4.4 3546 Saturday, October 24, 2020 Approved
Telegram (Install) 2.4.3 4819 Wednesday, October 7, 2020 Approved
Telegram (Install) 2.4.2 2598 Saturday, October 3, 2020 Approved
Telegram (Install) 2.4.1 375 Friday, October 2, 2020 Approved
Telegram (Install) 2.4.0 1583 Thursday, October 1, 2020 Approved
Telegram (Install) 2.3.1 7876 Sunday, August 23, 2020 Approved
Telegram (Install) 2.3.0 3259 Saturday, August 15, 2020 Approved
Telegram (Install) 2.2.0 4914 Sunday, July 26, 2020 Approved
Telegram (Install) 2.1.13 5547 Wednesday, June 24, 2020 Approved
Telegram (Install) 2.1.12 2484 Thursday, June 18, 2020 Approved
Telegram (Install) 2.1.10 3435 Saturday, June 6, 2020 Approved
Telegram (Install) 2.1.6 4860 Thursday, May 14, 2020 Approved
Telegram (Install) 2.1.5 689 Thursday, May 14, 2020 Approved
Telegram (Install) 2.1.4 2423 Saturday, May 9, 2020 Approved
Telegram (Install) 2.1.3 885 Friday, May 8, 2020 Approved
Telegram (Install) 2.1.2 1922 Tuesday, May 5, 2020 Approved
Telegram (Install) 2.1.1 1880 Saturday, May 2, 2020 Approved
Telegram (Install) 2.1.0 2795 Friday, April 24, 2020 Approved
Telegram (Install) 2.0.1 4439 Tuesday, March 31, 2020 Approved
Telegram (Install) 2.0.0 726 Monday, March 30, 2020 Approved
Telegram (Install) 1.9.21 3356 Tuesday, March 17, 2020 Approved
Telegram (Install) 1.9.14 4411 Tuesday, February 18, 2020 Approved
Telegram (Install) 1.9.13 2023 Thursday, February 13, 2020 Approved
Telegram (Install) 1.9.12 1613 Wednesday, February 12, 2020 Approved
Telegram (Install) 1.9.9 2899 Wednesday, January 29, 2020 Approved
Telegram (Install) 1.9.8 1588 Friday, January 24, 2020 Approved
Telegram (Install) 1.9.7 888 Thursday, January 23, 2020 Approved
Telegram (Install) 1.9.6 960 Wednesday, January 22, 2020 Approved
Telegram (Install) 1.9.4 1588 Friday, January 17, 2020 Approved
Telegram (Install) 1.9.3 3105 Tuesday, December 31, 2019 Approved
Telegram (Install) 1.8.15 6663 Monday, October 7, 2019 Approved
Telegram (Install) 1.8.13 1412 Thursday, October 3, 2019 Approved
Telegram (Install) 1.8.12 684 Wednesday, October 2, 2019 Approved
Telegram (Install) 1.8.11 679 Wednesday, October 2, 2019 Approved
Telegram (Install) 1.8.9 1210 Saturday, September 28, 2019 Approved
Telegram (Install) 1.8.8 2674 Tuesday, September 10, 2019 Approved
Telegram (Install) 1.8.4 1291 Friday, September 6, 2019 Approved
Telegram (Install) 1.8.3 696 Friday, September 6, 2019 Approved
Telegram (Install) 1.8.2 2653 Tuesday, August 20, 2019 Approved
Telegram (Install) 1.8.1 2039 Saturday, August 10, 2019 Approved
Telegram (Install) 1.8.0 527 Friday, August 9, 2019 Approved
Telegram (Install) 1.7.14 3394 Sunday, July 7, 2019 Approved
Telegram (Install) 1.7.13 633 Saturday, July 6, 2019 Approved
Telegram (Install) 1.7.10 1867 Monday, June 24, 2019 Approved
Telegram (Install) 1.7.7 2078 Monday, June 10, 2019 Approved
Telegram (Install) 1.7.3 1568 Saturday, June 1, 2019 Approved
Telegram (Install) 1.7.2 563 Saturday, June 1, 2019 Approved
Telegram (Install) 1.7.0 2502 Thursday, May 9, 2019 Approved
Telegram (Install) 1.6.7.20190427 1711 Saturday, April 27, 2019 Approved
Telegram (Install) 1.6.7 2161 Saturday, April 13, 2019 Approved
Telegram (Install) 1.6.3 2158 Monday, March 25, 2019 Approved
Telegram (Install) 1.6.2 617 Sunday, March 24, 2019 Approved
Telegram (Install) 1.6.1 1160 Wednesday, March 20, 2019 Approved
Telegram (Install) 1.6.0 1120 Monday, March 18, 2019 Approved
Telegram (Install) 1.5.15 5842 Wednesday, February 13, 2019 Approved
Telegram (Install) 1.5.13 366 Tuesday, February 12, 2019 Approved
Telegram (Install) 1.5.12 1064 Sunday, February 10, 2019 Approved
Telegram (Install) 1.5.11 2049 Friday, February 1, 2019 Approved
Telegram (Install) 1.5.10 387 Friday, February 1, 2019 Approved
Telegram (Install) 1.5.9 476 Friday, February 1, 2019 Approved
Telegram (Install) 1.5.8 2358 Tuesday, January 22, 2019 Approved
Telegram (Install) 1.5.4 3510 Monday, December 24, 2018 Approved
Telegram (Install) 1.5.3 637 Sunday, December 23, 2018 Approved
Telegram (Install) 1.5.2 1664 Friday, December 14, 2018 Approved
Telegram (Install) 1.5.1 1218 Tuesday, December 11, 2018 Approved
Telegram (Install) 1.5.0 656 Monday, December 10, 2018 Approved
Telegram (Install) 1.4.4 6055 Wednesday, October 17, 2018 Approved
Telegram (Install) 1.4.3 260 Monday, October 15, 2018 Approved
Telegram (Install) 1.3.10 6330 Thursday, August 2, 2018 Approved
Telegram (Install) 1.2.15 12810 Thursday, March 29, 2018 Approved
Telegram (Install) 1.2.14 1017 Thursday, March 22, 2018 Approved
Telegram (Install) 1.2.6 1928 Sunday, February 18, 2018 Approved
Telegram (Install) 1.2.1 2770 Tuesday, December 19, 2017 Approved
Telegram (Install) 1.1.23 1139 Tuesday, October 17, 2017 Approved
Telegram (Install) 1.1.17 3054 Thursday, July 27, 2017 Approved
Telegram (Install) 1.1.9 1265 Monday, July 3, 2017 Approved
Telegram (Install) 1.1.7 788 Wednesday, June 7, 2017 Approved
Telegram (Install) 1.0.29 2155 Wednesday, April 5, 2017 Approved
Telegram (Install) 1.0.27 833 Friday, March 31, 2017 Approved
Telegram (Install) 1.0.26 570 Thursday, March 30, 2017 Approved
Telegram (Install) 1.0.14 1424 Monday, February 20, 2017 Approved
Telegram (Install) 1.0.13 500 Monday, February 20, 2017 Approved
Telegram (Install) 1.0.12 512 Monday, February 20, 2017 Approved
Telegram (Install) 1.0.6 1138 Wednesday, February 1, 2017 Approved
Telegram (Install) 1.0.5 589 Tuesday, January 31, 2017 Approved
Telegram (Install) 1.0.2 877 Sunday, January 22, 2017 Approved
Telegram (Install) 0.10.20 1222 Wednesday, December 21, 2016 Approved
Telegram (Install) 0.10.19 1489 Thursday, October 27, 2016 Approved
Telegram (Install) 0.10.16 705 Thursday, October 20, 2016 Approved
Telegram (Install) 0.10.1 1613 Saturday, August 6, 2016 Approved
Telegram (Install) 0.10.0 592 Wednesday, August 3, 2016 Approved
Telegram (Install) 0.9.56 534 Sunday, June 26, 2016 Approved
Telegram (Install) 0.9.51 410 Wednesday, June 15, 2016 Approved
Telegram (Install) 0.9.49 439 Monday, May 16, 2016 Approved
Telegram (Install) 0.9.48 384 Tuesday, May 10, 2016 Approved
Telegram (Install) 0.9.44 686 Thursday, April 21, 2016 Approved
Telegram (Install) 0.9.42 699 Tuesday, April 12, 2016 Approved
Telegram (Install) 0.9.40 623 Friday, April 8, 2016 Approved
Telegram (Install) 0.9.32 847 Monday, March 14, 2016 Approved
Telegram (Install) 0.9.28 677 Sunday, February 28, 2016 Approved
Telegram (Install) 0.9.26 551 Monday, February 22, 2016 Approved
Telegram (Install) 0.9.24 571 Tuesday, February 16, 2016 Approved
Telegram (Install) 0.9.18 869 Tuesday, January 5, 2016 Approved
Telegram (Install) 0.9.17 449 Monday, January 4, 2016 Approved
Telegram (Install) 0.9.15 582 Wednesday, December 9, 2015 Approved
Telegram (Install) 0.9.13 424 Thursday, November 26, 2015 Approved
Telegram (Install) 0.9.10 415 Saturday, November 7, 2015 Approved
Telegram (Install) 0.9.6 460 Thursday, October 15, 2015 Approved
Telegram (Install) 0.9.2 359 Tuesday, September 29, 2015 Approved
Telegram (Install) 0.8.57 446 Sunday, September 13, 2015 Approved
Telegram (Install) 0.8.56 442 Friday, September 11, 2015 Approved
Telegram (Install) 0.8.55 415 Wednesday, September 2, 2015 Approved
Telegram (Install) 0.8.52 460 Thursday, August 20, 2015 Approved
Telegram (Install) 0.8.51 430 Tuesday, August 18, 2015 Approved
Telegram (Install) 0.8.48 436 Tuesday, August 11, 2015 Approved
Telegram (Install) 0.8.43 427 Saturday, August 1, 2015 Approved
Telegram (Install) 0.8.38 469 Saturday, July 4, 2015 Approved
Telegram (Install) 0.8.36 435 Wednesday, July 1, 2015 Approved
Telegram (Install) 0.8.32 470 Friday, June 26, 2015 Approved
Telegram (Install) 0.8.24 470 Tuesday, June 9, 2015 Approved
Telegram (Install) 0.8.21 463 Wednesday, June 3, 2015 Approved
Telegram (Install) 0.8.17 507 Friday, May 22, 2015 Approved
Telegram (Install) 0.8.16 459 Thursday, May 21, 2015 Approved
Telegram (Install) 0.8.13 1267 Wednesday, May 13, 2015 Approved
Telegram (Install) 0.8.11 475 Friday, May 8, 2015 Approved
Telegram (Install) 0.8.7 396 Saturday, April 25, 2015 Approved
Telegram (Install) 0.8.4 505 Tuesday, April 14, 2015 Approved
Telegram (Install) 0.8.3 546 Thursday, April 9, 2015 Approved
Telegram (Install) 0.8.0 496 Friday, March 27, 2015 Approved
Telegram (Install) 0.7.23 519 Friday, March 20, 2015 Approved
Telegram (Install) 0.7.20 590 Tuesday, March 17, 2015 Approved

This package has no dependencies.

Discussion for the Telegram (Install) Package

Ground Rules:

  • This discussion is only about Telegram (Install) and the Telegram (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Telegram (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus