message_thread Property

This is the thread name of the current message.

Syntax

def get_message_thread() -> str: ...
def set_message_thread(value: str) -> None: ...

message_thread = property(get_message_thread, set_message_thread)

Default Value

""

Remarks

message_thread will contain the name of the thread associated with the message. Threads are useful for tracking messages of type "chat" or "groupchat".

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