Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added supprot for allow_sending in send method #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matteob99
Copy link
Member

  • New argument allow_sending in :py:meth:botogram.Chat.send
  • New argument allow_sending in :py:meth:botogram.Chat.send_photo
  • New argument allow_sending in :py:meth:botogram.Chat.send_voice
  • New argument allow_sending in :py:meth:botogram.Chat.send_location
  • New argument allow_sending in :py:meth:botogram.Chat.send_venue
  • New argument allow_sending in :py:meth:botogram.Chat.send_sticker
  • New argument allow_sending in :py:meth:botogram.Chat.send_contact
  • New argument allow_sending in :py:meth:botogram.Chat.send_album
  • New argument allow_sending in :py:meth:botogram.Chat.send_audio
  • New argument allow_sending in :py:meth:botogram.Chat.send_video
  • New argument allow_sending in :py:meth:botogram.Chat.send_video_note
  • New argument allow_sending in :py:meth:botogram.Chat.send_file
  • New argument allow_sending in :py:meth:botogram.User.send
  • New argument allow_sending in :py:meth:botogram.User.send_photo
  • New argument allow_sending in :py:meth:botogram.User.send_voice
  • New argument allow_sending in :py:meth:botogram.User.send_location
  • New argument allow_sending in :py:meth:botogram.User.send_venue
  • New argument allow_sending in :py:meth:botogram.User.send_sticker
  • New argument allow_sending in :py:meth:botogram.User.send_contact
  • New argument allow_sending in :py:meth:botogram.User.send_album
  • New argument allow_sending in :py:meth:botogram.User.send_audio
  • New argument allow_sending in :py:meth:botogram.User.send_video
  • New argument allow_sending in :py:meth:botogram.User.send_video_note
  • New argument allow_sending in :py:meth:botogram.User.send_file
  • New argument allow_sending in :py:meth:botogram.Message.reply
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_photo
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_voice
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_location
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_venue
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_sticker
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_contact
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_album
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_audio
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_video
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_video_note
  • New argument allow_sending in :py:meth:botogram.Message.reply_with_file

* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_photo`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_voice`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_location`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_venue`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_sticker`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_contact`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_album`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_audio`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_video`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_video_note`
* New argument ``allow_sending`` in :py:meth:`botogram.Chat.send_file`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_photo`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_voice`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_location`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_venue`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_sticker`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_contact`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_album`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_audio`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_video`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_video_note`
* New argument ``allow_sending`` in :py:meth:`botogram.User.send_file`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_photo`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_voice`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_location`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_venue`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_sticker`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_contact`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_album`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_audio`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_video`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_video_note`
* New argument ``allow_sending`` in :py:meth:`botogram.Message.reply_with_file`
@MarcoBuster
Copy link
Member

@matteob99 WTF IS THIS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants