Remove ThreadColor
Replaced with raw color values. In the future, we should probably investigate using "themes"
This commit is contained in:
@@ -54,8 +54,6 @@ Miscellaneous
|
||||
|
||||
.. autoclass:: ThreadLocation(Enum)
|
||||
:undoc-members:
|
||||
.. autoclass:: ThreadColor(Enum)
|
||||
:undoc-members:
|
||||
.. autoclass:: ActiveStatus()
|
||||
.. autoclass:: TypingStatus(Enum)
|
||||
:undoc-members:
|
||||
|
@@ -70,8 +70,8 @@ corresponds to the ID of a single user, and the ID of a group respectively::
|
||||
Some functions don't require a thread type, so in these cases you just provide the thread ID::
|
||||
|
||||
thread = fbchat.Thread(session=session, id="<user-or-group-id>")
|
||||
thread.set_color(ThreadColor.BILOBA_FLOWER)
|
||||
thread.set_color(ThreadColor.MESSENGER_BLUE)
|
||||
thread.set_color("#a695c7")
|
||||
thread.set_color("#67b868")
|
||||
|
||||
|
||||
.. _intro_message_ids:
|
||||
|
Reference in New Issue
Block a user