How to send a message to a group with the bot?How to send Emoji with Telegram Bot API?can Telegram Bot sends message to group?Telegram bot api, send message via @usernamemy telegram bot keeps sending messages endlesslySend different global message in telegram botTelegram Bot Welcome greetings messageHow to use Telegram bot api to send messages after blocking?Delete message that send by a bot in telegram groups by my botHow to manage too many messages sended to my bot?how can send inlineKeyboard with answerInlineQuery Telegram bot
How do I tell my manager that his code review comment is wrong?
If Earth is tilted, why is Polaris always above the same spot?
Do I really need diodes to receive MIDI?
Was there ever a Kickstart that took advantage of 68020+ instructions that would work on an A2000?
Missed the connecting flight, separate tickets on same airline - who is responsible?
Why is C# in the D Major Scale?
Confused about proofs by contradiction, the Law of the Excluded Middle and existence of consistent axiomatic systems.
Airbnb - host wants to reduce rooms, can we get refund?
What does a yield inside a yield do?
LightGBM results differently depending on the order of the data
Casual versus formal jacket
How to improve/restore vintage Peugeot bike, or is it even worth it?
When and why did journal article titles become descriptive, rather than creatively allusive?
How did Arya get her dagger back from Sansa?
Junior developer struggles: how to communicate with management?
What word means "to make something obsolete"?
Can fracking help reduce CO2?
If prion is a protein. Why is it not disassembled by the digestive system?
Is it cheaper to drop cargo than to land it?
What happens to the Time Stone
Does this article imply that Turing-Computability is not the same as "effectively computable"?
My ID is expired, can I fly to the Bahamas with my passport?
Is Cola "probably the best-known" Latin word in the world? If not, which might it be?
How to reply this mail from potential PhD professor?
How to send a message to a group with the bot?
How to send Emoji with Telegram Bot API?can Telegram Bot sends message to group?Telegram bot api, send message via @usernamemy telegram bot keeps sending messages endlesslySend different global message in telegram botTelegram Bot Welcome greetings messageHow to use Telegram bot api to send messages after blocking?Delete message that send by a bot in telegram groups by my botHow to manage too many messages sended to my bot?how can send inlineKeyboard with answerInlineQuery Telegram bot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a Telegram-bot, and i want to send a message to the all the users that are using or add to this bot, Is this possible? is a generic id for (the bot) or i need to grab one by one the users?
telegram-bot php-telegram-bot
add a comment |
I have a Telegram-bot, and i want to send a message to the all the users that are using or add to this bot, Is this possible? is a generic id for (the bot) or i need to grab one by one the users?
telegram-bot php-telegram-bot
You must store the user ID when they send a message
– Destroyer
Mar 25 at 12:55
add a comment |
I have a Telegram-bot, and i want to send a message to the all the users that are using or add to this bot, Is this possible? is a generic id for (the bot) or i need to grab one by one the users?
telegram-bot php-telegram-bot
I have a Telegram-bot, and i want to send a message to the all the users that are using or add to this bot, Is this possible? is a generic id for (the bot) or i need to grab one by one the users?
telegram-bot php-telegram-bot
telegram-bot php-telegram-bot
asked Mar 22 at 20:57
I LBI LB
13
13
You must store the user ID when they send a message
– Destroyer
Mar 25 at 12:55
add a comment |
You must store the user ID when they send a message
– Destroyer
Mar 25 at 12:55
You must store the user ID when they send a message
– Destroyer
Mar 25 at 12:55
You must store the user ID when they send a message
– Destroyer
Mar 25 at 12:55
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55307684%2fhow-to-send-a-message-to-a-group-with-the-bot%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55307684%2fhow-to-send-a-message-to-a-group-with-the-bot%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You must store the user ID when they send a message
– Destroyer
Mar 25 at 12:55