getConversations<T> method
Returns a list of the current user's conversations.
Implementation
Future<ApiResponse<T>> getConversations<T>(Map<String, Object> params) =>
_api.request<T>('messages.getConversations', params);
Returns a list of the current user's conversations.
Future<ApiResponse<T>> getConversations<T>(Map<String, Object> params) =>
_api.request<T>('messages.getConversations', params);