Message

Message defines the structure of the messages used in Shawk. These contain a sender, a text body, and an international date format of when the message was received (only valid for received messages).

shawk.Message

Define the Message representation in Shawk.

class shawk.Message.Message(text, sender, date=None)[source]

Bases: object

Define the structure for messages.