Merge branch 'feature/get-room-id' into feature/guzzle7-update
This commit is contained in:
commit
269c4288d4
|
@ -891,5 +891,12 @@ class Room {
|
|||
return $this->client->api();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string the matrix roomId of this room.
|
||||
*/
|
||||
public function getRoomId(): string
|
||||
{
|
||||
return $this->roomId;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue