File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ botogram 1.0, and warnings are in place to notify you where to change what.
2626New features
2727------------
2828
29+ * Added the ability to send messages without notifying the user
30+
31+ * New argument ``notify `` on multiple methods of :py:class: `botogram.User `
32+ * New argument ``notify `` on multiple methods of :py:class: `botogram.Chat `
33+ * New argument ``notify `` on multiple methods of :py:class: `botogram.Message `
34+ * New argument ``notify `` on multiple methods of :py:class: `botogram.Bot `
35+
2936* Added the ability to send stickers
3037
3138 * New method :py:meth: `botogram.User.send_sticker `
@@ -41,6 +48,7 @@ New features
4148Changes
4249-------
4350
51+ * Renamed ``Message.from_ `` to :py:attr: `botogram.Message.sender `
4452* Renamed ``Bot.init_shared_memory `` to :py:meth: `botogram.Bot.prepare_memory `
4553* Renamed ``Component.add_shared_memory_initializer `` to
4654 :py:meth: `botogram.Component.add_memory_preparer `
@@ -63,6 +71,7 @@ Deprecated features
6371
6472Deprecated features will be removed in botogram 1.0!
6573
74+ * ``Message.from_ `` is now deprecated
6675* ``Bot.init_shared_memory `` is now deprecated
6776* ``Component.add_shared_memory_initializer `` is now deprecated
6877
You can’t perform that action at this time.
0 commit comments