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