public GetConversationAsync ( string conversationId, int page = null, int offset = null ) : Task |
||
conversationId | string | The conversation id. |
page | int | /// Page of message thread. Starting at 1 for the most recent 25 messages and counting upwards. Default: /// null /// |
offset | int | Additional offset in current page. |
return | Task |