TTMSFNCCloudSlackMultiPartyInstantMessages.GetConversationByID Method
Finds a conversation by Slack conversation identifier.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlackMultiPartyInstantMessages
Inherited from: TTMSFNCCloudSlackConversations
Syntax
function GetConversationByID(const AID: string): TTMSFNCCloudSlackConversation;
Parameters
| Name | Description |
|---|---|
AID |
Identifier to search for. |
Returns
Matching conversation, or nil when the identifier is not found.