GetALLMessagesAsync() private method

Get conversation messages Unique id for the campaign
private GetALLMessagesAsync ( string conversation_id ) : Task
conversation_id string
return Task
Example #1
0
 /// <summary>
 /// Get conversation messages
 /// <param name="conversation_id">Unique id for the campaign</param>
 /// </summary>
 public async Task <RootConversationMessage> GetALLMessagesAsync(string conversation_id)
 {
     return(await msg.GetALLMessagesAsync(conversation_id));
 }