Skip to content

Commit

Permalink
Added the parameter business_connection_id to the method stopPoll
Browse files Browse the repository at this point in the history
  • Loading branch information
mircoianese committed Jul 4, 2024
1 parent 92922a0 commit 691b0ee
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ public StopPoll(Object chatId, int messageId) {
public StopPoll replyMarkup(Keyboard replyMarkup) {
return add("reply_markup", replyMarkup);
}

public StopPoll businessConnectionId(String businessConnectionId) {
return add("business_connection_id", businessConnectionId);
}
}

0 comments on commit 691b0ee

Please sign in to comment.