message_id Property

The identifier of the most recently sent message.

Syntax

def get_message_id() -> str: ...

message_id = property(get_message_id, None)

Default Value

""

Remarks

This property indicates the identifier of the most recently sent message. After a successful call to send_message, this property will be set to the server-assigned id of that message.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]