Add additional functionality to Mattermost-Node

This commit is contained in:
Jan Oberhauser
2019-10-22 00:12:35 +02:00
parent bc08c7da2d
commit 6da0cad9cc
2 changed files with 279 additions and 2 deletions

View File

@@ -8,6 +8,13 @@ import { OptionsWithUri } from 'request';
import { IDataObject } from 'n8n-workflow';
export interface IAttachment {
fields: {
item?: object[];
};
}
/**
* Make an API request to Telegram
*