Skip to content Skip to sidebar Skip to footer
Showing posts with the label Telegram Bot

Telegram Bot Api Is The Chat_id Unique For Each User Contacting The Bot?

We are using python API for telegram bots and need to be able to identify the user. Is the chat_id … Read more Telegram Bot Api Is The Chat_id Unique For Each User Contacting The Bot?

Creating A Handler By Clicking On Dynamic Inline Buttons

I have dynamically created buttons in an array keyboard = InlineKeyboardMarkup() keyboard.row_width… Read more Creating A Handler By Clicking On Dynamic Inline Buttons

Resizing Telegram Inline Keyboard

Telegram's inline keyboard is a great feature with lots of different use cases. Inline buttons … Read more Resizing Telegram Inline Keyboard

Show An Additional (/) Button In The Input Field?

Could you please tell me how I could have an additional (/) button in the input field ? As shown he… Read more Show An Additional (/) Button In The Input Field?