Skip to main content

add_message

Method
This is a method of the GatewaySessionProtocol class in the gateway module.
Add a message to the session history.

Signature

def add_message(&mut self, message: GatewayMessage) -> ()

Parameters

message
GatewayMessage
required
No description available.

Returns

Returns
()
The result of the operation.