getByConversationMessageId<T> method
Returns messages by their IDs within the conversation.
Implementation
Future<ApiResponse<T>> getByConversationMessageId<T>(
Map<String, Object> params,) =>
_api.request<T>('messages.getByConversationMessageId', params);