new
Method
This is a method of the GatewayMessage class in the gateway module.Create a new gateway message.
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
new: Create a new gateway message.
This is a method of the GatewayMessage class in the gateway module.Create a new gateway message.
def new(
content: impl Into<serde_json::Value>,
sender_id: impl Into<String>,
session_id: impl Into<String>,
) -> Self