Skip to content

Commit

Permalink
Merge pull request #619 from DominikPalo/feature/dialog-state
Browse files Browse the repository at this point in the history
Support a new "state" property in dialogs
  • Loading branch information
aoberoi authored Aug 22, 2018
2 parents b207d88 + 7d01010 commit d98aef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface Dialog {
}[];
submit_label?: string;
notify_on_cancel?: boolean;
state?: string;
}

export interface MessageAttachment {
Expand Down

0 comments on commit d98aef7

Please sign in to comment.