getConversationMembers<T> method
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);