26995
Welcome to Bot Talk! 😌 Be nice 🗣 Please use English so everyone can participate 🤖 Keep the topic on bot development ⚠️ Keep media posts like GIFs and stickers to a minimum ❌ Don't add bots to the chat More info - https://t.me/BotTalk/110874
if you dont spam api you dont get banned ohwell
Читать полностью…
syntax is not correct. tag need a emoji as content
Читать полностью…
Like this, my brother? data = {
"chat_id": id,
"text": "Choose",
"reply_markup": {
"inline_keyboard": [
[
{
"text": "Button",
"callback_data": "A",
"IconCustomEmojiId": "5474667187258006816"
}
]
]
}
}
I tried, but the button still has no emoji. Does the emoji have to be a special one, or can it be done with any emoji ID?
Читать полностью…
This group is for bot developers/programmers, the ones who makes the music bot for Telegram that you are trying to use.
(You are a client of the bot, not the bot developer who create it.)
I didn't open it on the computer, I opened it on the phone and when I put it in the group and tried to open the song, it refused
Читать полностью…
Nothing is sent, you have to code your computer to interact with telegram servers. Your computer is the bot.
Читать полностью…
has not been sent to me, where is it being sent from?
Читать полностью…
I tried to use the new API and the SendMessageDraft function, and most likely it does not work correctly on the Windows and macOS client. The message sent by the bot links to the deleted message
At the same time, the function works correctly in the iOS and Android client.
Maybe someone has encountered this problem?
Ah, I thought you meant you made a web bot for the game XO
Читать полностью…
<tg-emoji emoji-id="5195033767969839232">😀</tg-emoji>
E.g
Hi just a quick question what is the html tag to send custom emojis ? Tried <tg-emoji emoji-id=\"5195033767969839232\" />
but it seems to not be recognized (using python telegram bot)
If you're talking about custom emojis id, use @GetEmojiIdBot
Читать полностью…
Quick question, where'd you get the ids please ?
Читать полностью…
Alright, my brother. Can I create an emoji placeholder like in Markdown?
markdownv2_text = ''Читать полностью…
do you have premium on the bot's owner account?
Читать полностью…
First, you must have a premium account. Second, the method has been posted on the channel; see the second post.
Читать полностью…
Here are the three possible colored buttons.
You can apply these colors by setting the Style property on the (Inline)KeyboardButton object
If the bot has a premium owner or NFT username, it can also set a button icon via the IconCustomEmojiId property.
More information here »
https://core.telegram.org/bots/api#inlinekeyboardbuttonicon_custom_emoji_id
How can I put special emojis on buttons? Should I use Markdown or something else? 😂
Читать полностью…
Not really, I can't work with JS for telegram bots
Читать полностью…
I meant for a normal webpage (HTML, CSS & JS), not for bot mini app
Читать полностью…