getConversationMembers<T> method

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

Returns a list of IDs of users participating in a chat.

Implementation

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