Follow on X Главная FAQ Приложения API Протокол Схема APIThird-party verification Third-party verification To further improve transparency on Telegram, official third-party services are able to assign extra verification icons to user accounts and cha…
Follow on X Главная FAQ Приложения API Протокол Схема APIStyled text with message entities Styled text with message entities Telegram supports styled text using message entities. A client that wants to send styled messages would simply have to integr…
Follow on X Главная FAQ Приложения API Протокол Схема APIWorking with GIFs Working with GIFs Telegram clients support displaying GIFs. On Telegram, GIFs are actually MPEG4 (h264) videos without sound; if the user tries to upload an actual GIF file, i…
Follow on X Главная FAQ Приложения API Протокол Схема APITelegram passport Telegram passport Telegram Passport is a unified authorization method for services that require personal identification. Users can upload their documents once, then instantly …
Follow on X Главная FAQ Приложения API Протокол Схема APIPayments API Payments API You can accept payments from Telegram users via Telegram Bots. Note: This article is intended for MTProto API developers. If you're looking for a general overview of T…
Follow on X Главная FAQ Приложения API Протокол Схема APIImported messages Imported messages Telegram allows importing messages and media from foreign chat apps. Note: This article is intended for MTProto API developers. If you're looking for a way t…
Follow on X Главная FAQ Приложения API Протокол Схема APIAccount deletion Account deletion A user can delete their Telegram account using account.deleteAccount. ---functions--- account.deleteAccount#a2c0cf74 flags:# reason:string password:flags.0?Inp…
Follow on X Главная FAQ Приложения API Протокол Схема APIPeer database Peer database Many constructors in the API need to be stored in a local database upon reception and should only ever be updated reactively (passively) when received via updates or…
Follow on X Главная FAQ Приложения API Протокол Схема APILive geolocation Live geolocation Telegram allows sending the live geolocation of a user in a chat, optionally setting a proximity alert. Sending live locations inputGeoPointEmpty#e4c123d6 = In…
Follow on X Главная FAQ Приложения API Протокол Схема APIMin constructors Min constructors In some situations user and channel constructors have reduced set of fields present (although id is always there) and min flag set. This is done for performanc…