Add GroupID type

This commit is contained in:
Erik Johnston 2017-07-18 09:47:25 +01:00
parent 4540730111
commit 6e9f147faa

View file

@ -156,6 +156,11 @@ class EventID(DomainSpecificString):
SIGIL = "$"
class GroupID(DomainSpecificString):
"""Structure representing a group ID."""
SIGIL = "+"
class StreamToken(
namedtuple("Token", (
"room_key",