semaphore.GroupV2

class semaphore.GroupV2(id: str, announcements: str = None, avatar: str = None, description: str = None, inviteLink: str = None, removed: bool = None, revision: int = None, timer: int = None, title: str = None, member_detail: List[dict] = [], members: List[Address] = [], pending_members: List[Address] = [], requesting_members: List[Address] = [])[source]

Bases: object

This object represents Signal group v2 info.

The attributes have a 1 to 1 correspondance to the signald JsonGroupV2Info class https://signald.org/protocol/structures/v1/JsonGroupV2Info/