join static method

JoinCommand join(
  1. ID group
)

Implementation

static JoinCommand join(ID group) => JoinGroupCommand.from(group);