// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2
//! Signaling data types for the OpenTalk chat module.
pub use MessageId;
use ;
pub use Scope;
pub use ;
/// The module id for the signaling module
pub const CHAT_MODULE_ID: ModuleId = module_id!;