[][src]Module glitch_in_the_matrix::room

Abstractions for Matrix rooms.

Structs

NewRoom

Contains endpoints relating to creating or joining rooms.

Room

A Matrix room. This object is a thin wrapper over a room ID.

RoomClient

A Room with a MatrixRequestable type, which you can use to call endpoints relating to rooms.

Traits

RoomExt

Trait used to implement methods on Room.