chatflock.participants.user

Module Contents

class chatflock.participants.user.UserChatParticipant(name='User', role='User', symbol='👤', **kwargs)

Bases: chatflock.base.ActiveChatParticipant

Helper class that provides a standard way to create an ABC using inheritance.

Parameters:
  • name (str)

  • role (str)

  • symbol (str)

  • kwargs (Any)

role
symbol
respond_to_chat(chat)
Parameters:

chat (chatflock.base.Chat)

Return type:

str

__str__()
Return type:

str

detailed_str(level=0)
Parameters:

level (int)

Return type:

str