semaphore.DataMessage

class semaphore.DataMessage(timestamp: int, body: str, expires_in_seconds: int = 0, attachments: List[Attachment] = _Nothing.NOTHING, group: Group | None = None, groupV2: GroupV2 | None = None, mentions: List[Mention] = _Nothing.NOTHING, sticker: Sticker | None = None, previews: List[LinkPreview] = _Nothing.NOTHING)[source]

Bases: object

This object represents a Signal data message.