pytwitcherapi.chat.message.Message

class pytwitcherapi.chat.message.Message(source, target, text)[source]

Bases: object

A messag object

Can be a private|public message from a server or user.

__init__(source, target, text)[source]

Initialize a new message from source to target with the given text

Parameters:
  • source (Chatter) – The source chatter
  • target (str) – the target
  • text (str) – the content of the message
Raises:

None

Methods

__init__(source, target, text) Initialize a new message from source to target with the given text