getByConversationMessageId<T> method

Future<ApiResponse<T>> getByConversationMessageId<T>(
  1. Map<String, Object> params
)

Returns messages by their IDs within the conversation.

Implementation

Future<ApiResponse<T>> getByConversationMessageId<T>(
        Map<String, Object> params,) =>
    _api.request<T>('messages.getByConversationMessageId', params);