disable notification in python-telegram-bot - python-telegram-bot

help me please.
How i can disable sound notifications in 'python-telegram-bot' library?
This code is not working:
update.effective_message.reply_text("any text",
disable_notification=True,reply_markup=test_keyboard)
or
context.bot.send_message(chat_id=context.chat_data.get('user').id,
text="any text",
disable_notification=True,
reply_markup=greeting_keyboard)

You can only apply this in posting to channels. Users won't get notifications from the bot if and only if they mute it theirselves.

Related

How to add the add reaction button to a message with discord.py?

I want the members of my discord server to be able to react to a bot message with any emoji (using the winking smiling emoji with a plus sign). I have been looking for add reaction option in the discord.py documentation but I can't seem to find it. Please help me with this, it will be a great help.
Adding reactions isn't a permission given on a per-message basis, it is set in the channel settings as "Add reactions". It's not something you should want to change automatically with your bot, though technically you could with set_permissions in a guild channel, this will change the settings for the whole channel, and thus all the messages.

How to show popup message in msbot after adding it to a teams channel (nodejs)

I am trying to show a popup message to user asking him to login after adding my bot to teams channel. Like how trello and polly does.Here is the pic of trello how it is asking user to login after adding it to teams channel.
Is there any way that I can achieve something like that?
Any help would be really thankful
If you want to open a popup to allow a user to login you could do that by implementing Authentication for your Bot. If you want to open a popup to show a card/Html page you could try using TaskModule.
This sample maybe helpful, it shows Auth window
https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/javascript_nodejs/52.teams-messaging-extensions-search-auth-config

Android Auto custom notification sound

I have created a messaging app that support Android Auto and is able to push notifications to it.
My problem is that I can not override the notification sound for my notifications.
I have tried to set sound on Notification Builder and on Notification channel but no luck.
From the documentation, those methods are not forbidden.
Does anyone has an idea if is possible?
I'm also curies if is possible to force Android Auto to auto read the message without waiting the user to click on play button?

Publish bot - Bing Chanel "Submit for Review" button is disabled

I am trying to publish a chatbot to Bing channel. I have filled in all the mandatory information, but the Submit for Review button is still disabled, any tips why? Thanks.
For channel configuration issues, the best way is to submit your problem on BotBuilder GitHub and include your bot name, bot handle and app ID as you registered in the Bot Developer Portal
I was able to repro your issue. It seems that the "Tags for your Bot" field is also mandatory, even though is not marked as it in the UI.
Try filling that field and you will see the button will become enabled.

sms notification for gmail email message

I am trying to get SMS notification through my phone, whenever I will get email in my gmail account. Is it possible? If so please guide me step by step.
Thanks in advance.
You should try ifttt.com.
One option for you could be : https://ifttt.com/recipes/11930

Resources