Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
1 answer
63 views

I've got a function to download an image from telegram message, it accepts message.media.photo: const downloadPhoto = async (photo, client, name) => { await client.connect(); const file = new ...
k102's user avatar
  • 8,119
1 vote
0 answers
91 views

I’m testing a simple Pyrogram client and noticed something strange when the session appears in Telegram’s Active Sessions list. Here is my test code: from pyrogram import Client app = Client( &...
3 votes
2 answers
1k views

I created a Telegram bot using the Botfather and got token for that bot. Visiting the following url in browser worked fine to send message on Telegram. https://api.telegram.org/bot<123:Token>/...
0 votes
0 answers
155 views

In Telegram docs, https://core.telegram.org/bots/webapps#initializing-mini-apps, To connect your Mini App to the Telegram client, place the script telegram-web-app.js in the <head> tag before ...
0 votes
1 answer
155 views

I would like to customize the main menu texts based on the customer language preference, but I have not seen any document about how to create / update the main menu using java. I can create Inline-...
zappee's user avatar
  • 23.2k
0 votes
0 answers
659 views

[Description: Hello, Stack Overflow community! I am developing a Telegram bot using Python with the python-telegram-bot librarythat interacts with a business account to send gifts to users. The ...
1 vote
1 answer
67 views

I am using the python-telegram-bot package to develop a Telegram bot. I was wondering if it's possible to access the details of a message that has been replied to from another chat? Broader ...
1 vote
1 answer
510 views

I'm writing a function that takes as input the tg session (client), to_user (InputPeer) and gift (the gift we are sending) and sends the corresponding gift to the user to_user from the client account ...
0 votes
1 answer
133 views

I currently have a service in docker, the purpose of which is to retrieve the data I have in a private group I have (forum), where I store all my personal data, and then save them on my local server. ...
1 vote
1 answer
226 views

I am creating a userbot. I can't figure out how to implement it: when I am offline from Telegram (I exit the app), it automatically changes the name in one way and when I am online in another. I can't ...
0 votes
0 answers
95 views

I'm trying to track new users joining a Telegram channel (not a group) using the python-telegram-bot library (v20.x). My bot is an admin in the channel, but it doesn't detect new_chat_members events. ...
0 votes
0 answers
82 views

I'm developing a Telegram bot, and I want to generate clickable user mentions in admin reports. These mentions should: Link to the user's profile Work on all platforms Handle any kind of Telegram ...
0 votes
0 answers
82 views

I'm trying to use the SendMultiMediaRequest function from the Telethon library to send a Telegram message that includes several images and some text. However, the request doesn't work as expected — no ...
0 votes
1 answer
146 views

relayer.py async def send_gift(username, gift_id=config.teddy_id): client = TelegramClient(session_name, api_id, api_hash) client.start(phone=config.phone, password=config.two_factor) ...
0 votes
0 answers
143 views

There is a task to create a bot for anonymous communication (you can't go to the profile of a chat participant). I studied the materials, from them it follows that opening a chat of participants is ...

15 30 50 per page
1
2 3 4 5
...
22

AltStyle によって変換されたページ (->オリジナル) /