About 50 results
Open links in new tab
  1. From BotFather to 'Hello World' - Telegram APIs

    This guide will walk you through everything you need to know to build your first Telegram Bot. If you already know your way around some of the basic steps, you can jump directly to the part you're missing.

  2. Bots: An introduction for developers - Telegram APIs

    Creating a bot is streamlined by Telegram’s Bot API, which gives the tools and framework required to integrate your code. To get started, message @BotFather on Telegram to register your bot and …

  3. Bots FAQ - Telegram APIs

    Creating Telegram bots is super-easy, but you will need at least some skills at computer programming. In order for a bot to work, set up a bot account with @BotFather, then connect it to your backend …

  4. Telegram Bot Features

    Telegram bots have a deep linking mechanism that allows additional parameters to be passed to the bot on startup. It could be a command that launches the bot – or an authentication token to connect the …

  5. Telegram Bot API

    The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create and set up a bot, please consult our Introduction to Bots and Bot FAQ.

  6. Telegram Stickers

    As of version 7.8, Telegram apps support a simple API for importing stickers. Developers can use this to build apps or add tools to apps that let users instantly transfer stickers to Telegram – or create …

  7. Bot Payments API - Telegram APIs

    To start accepting payments, you need a Telegram bot. Use BotFather to create a bot if you don't have one already. Now you have a merchant bot that can offer goods or services to Telegram users.

  8. Bot Payments API for Digital Goods and Services - Telegram APIs

    Note: This article is intended for bot developers and store owners. If you're looking for a general overview of Telegram Payments, check out the Telegram blog. If you are new to Telegram bots and …

  9. Creating your Telegram Application

    We welcome all developers to use our API and source code to create Telegram-like messaging applications on our platform free of charge. In order to ensure consistency and security across the …

  10. Buttons - Telegram APIs

    Bots can attach a ReplyMarkup constructor to outgoing messages, to attach an inline keyboard or a custom reply keyboard: replyKeyboardMarkup - Sends a custom reply keyboard.