Skip to main content

get_messages

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

Signature

def get_messages(&self, limit: Option<usize>) -> Vec<GatewayMessage>

Parameters

limit
Option<usize>
required
No description available.

Returns

Returns
Vec<GatewayMessage>
The result of the operation.