Removed deprecations Removed new event system Added documentation for all events Added FAQ Changed Client.uid to Client.id Improved User model Prepared for support of pages
27 lines
591 B
ReStructuredText
27 lines
591 B
ReStructuredText
.. highlight:: python
|
|
.. module:: fbchat
|
|
.. _todo:
|
|
|
|
Todo
|
|
====
|
|
|
|
This page will be periodically updated to show missing features and documentation
|
|
|
|
|
|
Missing Functionality
|
|
---------------------
|
|
|
|
- Implement Client.searchForThread
|
|
- This will use the graphql request API
|
|
- Implement Client.searchForMessage
|
|
- This will use the graphql request API
|
|
- Implement chatting with pages
|
|
- This might require a new :class:`models.ThreadType`, something like ``ThreadType.PAGE``
|
|
- Rework `Message` model, to make the whole process more streamlined
|
|
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
.. todolist::
|