telegram Questions
1
Telegram bots use fileid to download a file. How can I get this fileid from Telegram client (My Unofficial version) ? Files in mtproto have this location class that indicates their address.
File L...
Condom asked 26/12, 2016 at 5:54
1
Solved
I wrote below code for sending a photo to my bot, but in my stream, I have two exceptions for read and write and my photo was not send.
I think maybe the reason was this error, but I couldn't fix ...
Johnnie asked 28/3, 2017 at 12:1
2
How can I create new groups using a bot in Telegram?
As far as I know a bot cannot do this itself, so is it possible to implement a bot as a regular user? How?
Update :
This is what I want http...
Jamal asked 20/3, 2017 at 7:9
1
Solved
I am building a Telegram bot using a Telepot library. To send a picture downloaded from Internet I have to use sendPhoto method, which accepts a file-like object.
Looking through the docs I found ...
Maquis asked 15/3, 2017 at 12:12
1
I want to get Telegram channels updates (posts) with api by php! (I am not channels admin)
I am not sure can I do this with bot or not?
if it is not possible how can do that with telegram a...
Montenegro asked 15/3, 2017 at 6:43
1
Solved
Many Telegram bots (e.g., @youtube) have a button you can click on to forward messages sent by the bot. When the user clicks on this button, Telegram opens a contact list that lets the user choose ...
Contributory asked 27/2, 2017 at 16:47
3
I'm quite a newbye in Telegram and I'm trying moving my first steps with it.
I've found a good tutorial here https://www.youtube.com/watch?v=hJBYojK7DO4: I've configured my Apache 2.4 with PHP an...
Geoffrey asked 27/10, 2015 at 20:49
1
Solved
I know how to use telegram commands, and know how to read what command has been executed. What I would like to do is something like this:
User: /send_address
Bot: Hello, please type your address....
Atomize asked 21/2, 2017 at 8:34
1
Solved
Is it possible to set a custom image for a contact who may has or not has a profile image in Telegram?
0
I was using Siri integration with telegram. I can ask Siri to send a message to any individual using telegram and it does so. But if I ask it to send a message to a bot using botname it keeps askin...
Melisma asked 12/2, 2017 at 10:47
1
I write telegram bot with php . I save users chatid for send message ; use this command for send message :
/admin sendall:hellow
and in php app use this code :
case '/admin':
if ($chat_id =...
Partiality asked 6/12, 2015 at 20:36
2
I have a server bot (made with cronjobs and PHP): if a condition is met, the bot sends a mail containing a specific message. I noticed any person receiving the mail message has a Telegram account t...
Misdirection asked 23/5, 2016 at 10:20
1
Solved
I'm new in telegram bot and see this bot:
that but when type /start show menu to me and with out type slash to command just fire the menu button,how can i create menu in telegram like that bot?
Upwind asked 31/1, 2017 at 11:15
1
Solved
I have question about Telegram bot.
I want keyboard and inline keyboard, Can I enable both of the features at the same time ?
Megalo asked 19/1, 2017 at 19:25
2
Solved
Telegram is a cloud based chat service. All of their clients are open source. I was wondering if there's a way to host a 'private' telegram service on my own server.
If not, is there anything out...
Idle asked 5/1, 2016 at 16:59
1
Solved
So I want to create a telegram client using .NET framework.
I read this page on telegram website, which is an example of authorization process and messages exchanged between client and the server....
1
Solved
app using Ionic and have a PHP api backend for this app.
We need to integrate Telegram API messaging in this app, I need to use the API and not bot as we need to retrieve the users contacts ...
1
Solved
I made a telegram Bot. In fact, the bot is a game, play guess certain words.But the problem is when I add robots to two different groups (as an administrator) or Two user-Telegram, separately ،use ...
Shinberg asked 7/1, 2017 at 8:35
1
Solved
I wanted to make a url for the words in telegram bot.
Used this code but it doesn't work:
https://api.telegram.org/bot$botToken/sendMessage?chat_id=chat_id&text=<a href="url.com">the wor...
Votive asked 27/12, 2016 at 12:29
1
I have a message to which I want to add an inline button. When clicking this button the user can forward this message to groups. How can I do this?
$keyboard = [
'inline_keyboard' => [
[['tex...
1
Solved
A person with ID @person and MOB +969123456789 has a channel named TEST in Telegram (for example).
This channel has 3 administrator.
@person, unintentionally deactivate his account. This mean...
Bareheaded asked 10/7, 2016 at 15:18
1
Solved
I'm trying to install this module with npm i --save https://github.com/yagop/node-telegram-bot-api.git.
The reason I avoid npm i --save node-telegram-bot-api is that I need some recently added met...
1
I'm working on Telegram api in my java application. I need to do authentication and authorization with my telegram account and get message list of my specific group. For this purpose, first I got a...
1
I'm working on Telegram bot api in my java application. I have created a super group and add my bot to this as an administrator. I want to get all messages in that super group(not deleted messages)...
Bravado asked 16/10, 2016 at 16:33
1
Solved
Can you help me understand the differences for Telegram API vs Bot API please, I tried telegram website but just get confused?
Thanks
Ramin
Whimsy asked 9/10, 2016 at 10:53
© 2022 - 2024 — McMap. All rights reserved.