Skip to content

Latest commit

 

History

History

InlineKeyboardButton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Inline Buttons

This example shows how to program a basic Telegram Bot that uses inline keyboard buttons to interact with users.

Run

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j8
./inline_buttons YOUR_BOT_TOKEN

How to create a new Bot and obtain its private token ?

  1. Open the Telegram mobile app and search BotFather
  2. Send BotFather a command /newbot
  3. Follow instructions to create a new Bot
  4. After you finish the instructions, you will receive a Bot Token, make sure you keep it secured.

Preview

Preview