The IRead accessor provides methods for accessing the Rocket.Chat's environment in a read-only-fashion. It is safe to be injected in multiple places, idempotent and extensible
Gets the IEnvironmentRead instance, contains settings and environmental variables.
Gets the IMessageRead instance.
Gets the INotifier for notifying users/rooms.
Gets the IPersistenceRead instance.
Gets the IRoomRead instance.
Gets the IThreadRead instance
Gets the IUserRead instance.
Generated using TypeDoc
The IRead accessor provides methods for accessing the Rocket.Chat's environment in a read-only-fashion. It is safe to be injected in multiple places, idempotent and extensible