Class GroupId

java.lang.Object
ch.threema.apitool.types.GroupId

public class GroupId extends Object
Encapsulates the 8-byte message IDs that Threema uses.
  • Field Details

  • Constructor Details

    • GroupId

      public GroupId(String groupId)
    • GroupId

      public GroupId(String groupId, String groupCreator)
    • GroupId

      public GroupId(byte[] groupId)
    • GroupId

      public GroupId(byte[] groupId, byte[] groupCreator)
  • Method Details

    • getGroupCreator

      public byte[] getGroupCreator()
    • getGroupId

      public byte[] getGroupId()
    • toLong

      public long toLong()
    • toString

      public String toString()
      Overrides:
      toString in class Object