Package ch.threema.apitool.types
Class GroupId
java.lang.Object
ch.threema.apitool.types.GroupId
Encapsulates the 8-byte message IDs that Threema uses.
-
Field Details
-
GROUP_ID_LEN
public static final int GROUP_ID_LEN- See Also:
-
CREATOR_ID_LEN
public static final int CREATOR_ID_LEN- See Also:
-
-
Constructor Details
-
GroupId
-
GroupId
-
GroupId
public GroupId(byte[] groupId) -
GroupId
public GroupId(byte[] groupId, byte[] groupCreator)
-
-
Method Details