Skip to content

Commit

Permalink
replay_markup should recieve a string
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Mar 9, 2022
1 parent b183543 commit 1cf896c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/structure/methodsOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export interface OptionsBase {
| IInlineKeyboardMarkup
| IReplyKeyboardMarkup
| IReplayKeyboardRemove
| IForceReply;
| IForceReply
| string;
}

export interface sendPollOptions extends OptionsBase {
Expand Down

0 comments on commit 1cf896c

Please sign in to comment.