Add getRoomId to Room class
This commit is contained in:
parent
70f6273e0e
commit
f82d1770ce
|
@ -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