This commit is contained in:
Steven Ickman 2016-03-27 21:39:22 -07:00
Родитель ae3538e6fb
Коммит f432daa284
2 изменённых файлов: 0 добавлений и 6 удалений

3
Node/lib/botbuilder.d.ts поставляемый
Просмотреть файл

@ -479,9 +479,6 @@ export interface IBotConnectorOptions {
/** Bots application secret. */
appSecret?: string;
/** Bot developers subscription key. */
subscriptionKey?: string;
/** Default "from" address used in calls to ConnectorSession.beginDialog(). */
defaultFrom?: IChannelAccount;

3
Node/src/botbuilder.d.ts поставляемый
Просмотреть файл

@ -479,9 +479,6 @@ export interface IBotConnectorOptions {
/** Bots application secret. */
appSecret?: string;
/** Bot developers subscription key. */
subscriptionKey?: string;
/** Default "from" address used in calls to ConnectorSession.beginDialog(). */
defaultFrom?: IChannelAccount;