telegram Questions
0
I am using TDLib to implement my custom Telegram client in C#. When initializing the library, I have to set the folder for the telegram cache files and local databases. Whenever I download a photo ...
5
I'm developing a bot for Telegram and I am using Up to create a Lambda function for AWS. The problem is that when I want to create the function I get an error saying:
Error: Cannot find credenti...
Pleuron asked 29/1, 2018 at 3:29
5
Solved
For Telegram, how can I find out my own user id (chat_id) for use with the Telegram API?
I want to send myself a message via the Telegram API, like this:
https://api.telegram.org/bot<BOTID>...
Chloroform asked 20/9, 2015 at 20:30
1
Solved
I am using DayNight theme in my application. And I have a button that changes the theme. In VK and Telegram app there is a beautiful reveal animation that changes the theme without restarting activ...
Hippolytus asked 18/1, 2020 at 19:38
1
How do I forward a message to another chat as soon as I receive it from a contact?
I created this example just to test routing, but it doesn't work.
#!/usr/local/bin/python3
from telethon import T...
Resultant asked 7/1, 2020 at 9:31
3
Solved
Is it possible to get callbacks in the webhook whenever a user reads the message sent by the bot, using Telegram bot API?
It is not documented, and I cannot figure out a way how to achieve it.
Docilu asked 16/2, 2017 at 0:12
2
Solved
I want to create a message with telegram api that users could share(forward) it along its inline keyboard buttons.
I know with telegram api you can create a message that contains inline keyboard b...
Melba asked 15/10, 2017 at 15:21
3
Solved
I have a dilemma regarding my telegram bot. Let's say I have to create a function that will ask, every user connected to the bot, one time per week/month, a question:
def check_the_week(bot, updat...
Transfix asked 7/11, 2017 at 20:50
3
Solved
I want to make a very simple project that does this:
An user (let's call him John) opens a Telegram chat with my bot, and inputs this:
User John: /join channel1
My bot responds adding user 'John...
Bizerte asked 24/2, 2017 at 21:30
3
Solved
I'm writing a client of telegram using Telethon. How can i get channel description? get_entity method does not provide channel description.
Holystone asked 24/1, 2018 at 21:54
2
Solved
I have an android app that should be able to open a chat in the telegram app by pressing a button.
I want to open an existing robot chat page DIRECTLY from my app. I have a valid token for my robot...
3
There is a telegram group with more than 40,000 shared files in it.
Is there any bot to download all of them all at once? If not is there any telegram api script method using python to download sha...
Monaural asked 9/10, 2017 at 7:3
4
I downloaded new version of Telegram. When run it,This error has shown:
Keystore file D\Telegram-master\TMessagesProj\config\release.keystore not found for signing config 'debug'.
How fix it?
Hoy asked 10/3, 2016 at 18:42
2
I would like to create a small script that will fetch Telegram texts from a public channel (I am not the channel's admin).
I've found another question asked here:
Read the messages of the public c...
Callihan asked 1/11, 2019 at 19:56
1
I try to install iOS-Universal-Framework. Try to run instalation shell screept from this repository and all time get message:
iOS Real Static Framework Installer
==================================...
Engle asked 3/11, 2015 at 17:3
1
Solved
I am working on Telegram source code from the archived repo and application crashes in every ViewController and I can see the following error. I also tried to comment out some codes but the crash j...
Pliny asked 7/10, 2019 at 13:44
4
I'm trying to open Telegram from my app, for the users to talk with a bot I made. So far, it is working but the only way I found to get the bot chat opened was using the https://telegram.me/MyBot u...
Dinothere asked 14/11, 2016 at 18:25
1
Solved
This says that to get a user's token I need to send a request
auth.sentCode#efed51d9 phone_registered:Bool phone_code_hash:string send_call_timeout:int is_password:Bool = auth.SentCode;
somewhe...
Adenine asked 26/8, 2019 at 15:48
2
Solved
I am using Telegram API to develop a program to join Telegram groups or channel by their links.
Methods that join group or channel (e.g. channels.joinChannel) need chat_id or channel_id, but I hav...
1
I am trying to code a simple thing in Python to automatically download some media from a Channel on Telegram. I am using Telethon for this.
I keep getting an error that I cannot solve and for whic...
Keeney asked 22/7, 2019 at 13:45
0
I've developed a Telegram bot. the bot sends some audio files Continuously. hence, when I play the last audio file, the previous audio files before the last audio file will be played automatically....
Commencement asked 12/7, 2019 at 20:9
1
Solved
I am using the Telethon library for python. How can I change Telegram channel name? Couldn't find this in documentation.
Mastership asked 12/7, 2019 at 16:1
1
Solved
I have a string that I want to send via a telegram bot, but not as a message (it's rather long) but as a file.
However I have some problems in creating and uploading this file to Telegram (since I ...
Mend asked 17/5, 2019 at 12:58
2
Solved
I'm trying to send an emoji/emoticon to my Telegram bot using a bash script. This bash script calls the Telegram API as follows:
curl -s -X POST 'https://api.telegram.org/'$API'/sendMessage' -F ch...
1
Solved
I created an application which display a survey wizard to the user. When the user launch the /start command, I call the AddProject:
const Telegraf = require('telegraf');
const bot = new Telegraf(p...
Astonied asked 18/4, 2019 at 15:36
© 2022 - 2024 — McMap. All rights reserved.