telegram Questions
1
I'm writing a simple bot and I want to basically link together two messages. I found that I could link one by replying on it, so it works like a charm. But now I want to insert a link to another me...
Funk asked 27/6, 2018 at 14:32
1
Solved
I want to make a script that shows the channels that i joined and then leave all of it
with this example:
from telethon.tl.functions.channels import LeaveChannelRequest
await client(LeaveChannelReq...
Cycloplegia asked 29/8, 2020 at 12:15
1
Solved
API object User has property language_code - how do Telegram determine user's language, and how do I change it?
I wish to create response for user based on language_code language, but I am not sure...
Appoggiatura asked 7/9, 2020 at 13:11
1
Solved
I've built this Telegram Bot in Python, with python-telegram-bot.
It's not so complex, but I want to do some regression tests to check if everything works fine after a new feature or a change, and ...
Brashear asked 27/8, 2020 at 20:45
1
I'm writing a telegram bot now and I have a question. As I know any user can link to a bot using "@" symbol, like this @my_bot. Is there any possibility to make such a link, that when a u...
Estellaestelle asked 21/8, 2020 at 20:50
1
Solved
Message text by Bot as:
Click to Open URL
URL is http://www.example.com/
reference image as:
Infect asked 6/8, 2020 at 11:26
4
Solved
How do I save a number in my contacts in telethon Python?
from telethon import TelegramClient
from telethon.tl.functions.contacts import GetContactsRequest
from telethon.tl.types import InputPeerUs...
3
Solved
I'm connecting to Telegram API with this C# library: TLSharp
The resources for this library is not enough, I'm trying to Forward a message to channel .
I'm not quiet sure how to get channel post ...
2
My mp3 link is : 1.mp3
OS = Windows Server 2008 and run xammp server
My code is :
https://api.telegram.org/bot_token/sendAudio?chat_id=@test&audio=http://panel.cafefars.com:8088/mp3/1.mp3
Err...
Hershel asked 19/6, 2017 at 18:51
1
Solved
As of Telegram's Bot API version 4.5, the API supports a new text format, MarkdownV2. This is an enhanced version of the previous Markdown support.
The "specification" for MarkdownV2 says...
Quadrireme asked 26/6, 2020 at 18:12
1
Faced with issue, when i am trying to send GIF to my bot, but bot can't access to original size of image. Seems like telegram servers converting it to mp4 (it is a good idea, looks fine) and when i...
Empirical asked 8/6, 2020 at 8:42
1
So I'm trying to implement the logging of telegram chats into my ELK storage in a proper way, and the existing solution with tgcli is too old (I also have a PoC which logs message edits from Androi...
2
Solved
I want to create an app that sends telegram messages to different people by phone number, and/or telegram id.
I've heard about the "Telegram Bot API", but from my understanding it has some limitat...
Quietly asked 3/6, 2020 at 11:6
2
Solved
By looking at Telegram’s “Markdown Syntax” Wiki page, it should be relatively easy to create text that is bold and italic.
There, it says that
*this is in italic* and _so is this_
**this is in bol...
Plumbago asked 25/9, 2018 at 10:8
2
I'm looking for a way to send message to telegram user from website with specific message. Something like WhatsApp's
https://wa.me/12345678901?text=Custom+message
I've found just this:
https:/...
1
Whatever I try, I get my user associated to the Telegram data center 4.
In this way I immediately receive the messages sent by users/channels on the same data center (Europe?), but I get messages ...
Crossbar asked 26/8, 2017 at 13:49
2
Solved
I want to develop a bot for a business!
I don't know that using getUpdates method for develop a windows desktop application and run that on vps (by https://github.com/MrRoundRobin/telegram.bot libr...
Houck asked 14/10, 2016 at 0:33
1
Solved
I've searched telegram bot api for "scenes" and "stages" that are part of telegraf. Here is an example. It seems they are implementations of telegraf and not the API. If this is...
Cammycamomile asked 17/4, 2020 at 10:32
4
Solved
I am trying to erase all commands from my bot using botFather. I couldn't find docs for this. There is an option to send a new list of commands to the BotFather, however this does not help me as my...
Chum asked 17/9, 2015 at 19:56
0
Given:
Telegram channel
Telegram group
Telegram bot with long polling strategy on board which handles all updates
Messages with reply markup buttons
Bot is based on https://github.com/rubenlagus/...
Alda asked 15/4, 2020 at 10:39
1
I'm trying to make a telegram bot with the telegram and telegram.ext libraries on Python. I try to pass callback_data for a button as a parameter for inline keyboard, but when it comes to add the k...
Taveras asked 23/11, 2018 at 4:28
2
Solved
I'm trying to run this first code snippet provided by the Telethon documentation. But, after multiple problems (here and here), I ended up with this modified version:
import os
import sys
from tel...
Habilitate asked 2/4, 2020 at 10:26
2
Solved
Context:
I am using PyTelegramBotAPi or Python Telegram Bot
I have a code I am running when a user starts the conversation.
When the user starts the conversation I need to send him the first pic...
Merger asked 16/3, 2020 at 10:48
2
Solved
I was looking for some way to listen and catch new messages provided by telegram groups.
I have not found libraries or API in order to do this in Python.
Someone having any suggestion?
1
I'm using TLSharp. My goal is to send files to the user. I created ASP.NET Core Web API service and make HTTP request when I need to send file.
It works well with one file but every time when I ge...
Hexad asked 24/2, 2020 at 14:30
© 2022 - 2024 — McMap. All rights reserved.