Follow on X Главная FAQ Приложения API Протокол Схема APIDirect messages to channels Direct messages to channels Telegram supports direct messages to channels, which can also be used to suggest (even paid) channel posts. Direct messages While in the …
Follow on X Главная FAQ Приложения API Протокол Схема APIWorking with Different Data Centers Working with Different Data Centers The servers are divided into several data centers (hereinafter “DCs”) in different parts of the world. A complete list of…
Follow on X Главная FAQ Приложения API Протокол Схема APIWorking with Updates Working with Updates When a client is being actively used, events will occur that affect the current user and that they must learn about as soon as possible, e.g. when a ne…
Follow on X Главная FAQ Приложения API Протокол Схема APIHandling PUSH-notifications Handling PUSH-notifications Configuring the application To be able to send APNS notifications to Apple servers or GCM notifications to Google servers, application ce…
Follow on X Главная FAQ Приложения API Протокол Схема APIPasskey login Passkey login Telegram allows creating a passkey on your device to instantly log in to Telegram with a PIN or biometric data like Face ID and fingerprints — instead of an SMS code…
Follow on X Главная FAQ Приложения API Протокол Схема APIError handling Error handling There will be errors when working with the API, and they must be correctly handled on the client. An error is characterized by several parameters: Error Code Numer…
Follow on X Главная FAQ Приложения API Протокол Схема APILogin via QR code Login via QR code QR code login flow. Related TL schema: auth.loginToken#629f1980 expires:int token:bytes = auth.LoginToken; auth.loginTokenMigrateTo#68e9916 dc_id:int token:b…
Follow on X Главная FAQ Приложения API Протокол Схема APIUser Authorization User Authorization Authorization is associated with a client's encryption key identifier: auth_key_id. No additional parameters need to be passed into methods following autho…
Follow on X Главная FAQ Приложения API Протокол Схема APITwo-factor authentication Two-factor authentication Telegram uses the Secure Remote Password protocol version 6a to implement 2FA. Example implementation: tdlib. Checking the password with SRP …
Follow on X Главная FAQ Приложения API Протокол Схема APICreating your Telegram Application Creating your Telegram Application We welcome all developers to use our API and source code to create Telegram-like messaging applications on our platform fre…