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