Table of Contents

TTMSFNCCloudSlackMultiPartyInstantMessage.GetMessages Method

Starts a request for messages in the conversation.

API unit family: TMSFNCCloudSlack Declaring type: TTMSFNCCloudSlackMultiPartyInstantMessage Inherited from: TTMSFNCCloudSlackConversation

Syntax

procedure GetMessages(ALimit: Integer = 100; Latest: TDateTime = 0; Oldest: TDateTime = 0; Inclusive: Boolean = False; ANextCursor: string = '');

Parameters

Name Description
ALimit Maximum number of items to request.
Latest Newest timestamp to include. Use 0 to leave the upper bound open.
Oldest Oldest timestamp to include. Use 0 to leave the lower bound open.
Inclusive True to include messages at the boundary timestamps.
ANextCursor Paging cursor returned by a previous request.