Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python 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?

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?

How To Convert Telegram Voice In A Wave File In Python

I'm trying to save a Telegram voice file in a wave audio file using soundfile library: def Rece… Read more How To Convert Telegram Voice In A Wave File In Python

How To Get A User Object From A Message In Group At Telegram Bot

Recently I was working on a simple Telegram bot written in python (with the python-telegram-bot lib… Read more How To Get A User Object From A Message In Group At Telegram Bot