Skip to content
Snippets Groups Projects
Commit b7cc04fd authored by Martin Šmíd's avatar Martin Šmíd
Browse files

Update docs Discussions_by_author_before_date

parent 72de6714
No related branches found
No related tags found
No related merge requests found
...@@ -213,8 +213,14 @@ class Discussions_by_trending(list): ...@@ -213,8 +213,14 @@ class Discussions_by_trending(list):
class Discussions_by_author_before_date(list): class Discussions_by_author_before_date(list):
""" Get Discussions by author before date """ Get Discussions by author before date
:param beem.discussions.Query discussion_query: Defines the parameter for .. note:: To retrieve discussions before date, the time of creation
searching posts of the discussion @author/start_permlink must be older than
the specified before_date parameter.
:param str author: Defines the author *(required)*
:param str start_permlink: Defines the permlink of a starting discussion
:param str before_date: Defines the before date for query
:param int limit: Defines the limit of discussions
:param beem.steem.Steem steem_instance: Steem instance :param beem.steem.Steem steem_instance: Steem instance
.. testcode:: .. testcode::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment