-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue-145: Review/Implement Bot API 7.0 Changes (#146)
* issue-145: Review/Implement Bot API 7.0 Changes - Added new functions: delete-messages, forward-messages, copy-messages, set-message-reaction, get-user-chat-boosts. - Optional parameter replacements. (reply_to_message_id and allow_sending_without_reply with the field reply_parameters) - Optional parameter replacements. (disable_web_page_preview with link_preview_options) - Readme updates to include github pages and update License years. - Project and dependency version bumps. - Generated pom.
- Loading branch information
Showing
9 changed files
with
200 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>telegrambot-lib</groupId> | ||
<artifactId>telegrambot-lib</artifactId> | ||
<packaging>jar</packaging> | ||
<version>2.11.0</version> | ||
<version>2.12.0</version> | ||
<name>telegrambot-lib</name> | ||
<description>A library for interacting with the Telegram Bot API.</description> | ||
<url>https://github.com/wdhowe/telegrambot-lib</url> | ||
|
@@ -18,7 +18,7 @@ | |
<url>https://github.com/wdhowe/telegrambot-lib</url> | ||
<connection>scm:git:git://github.com/wdhowe/telegrambot-lib.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/wdhowe/telegrambot-lib.git</developerConnection> | ||
<tag>b73beb09dbdb0be3341b5e7b6c650c304054933f</tag> | ||
<tag>fba36072cbeac666cdefdf4d0726cfc4218864a2</tag> | ||
</scm> | ||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
|
@@ -94,7 +94,7 @@ | |
<dependency> | ||
<groupId>potemkin</groupId> | ||
<artifactId>potemkin</artifactId> | ||
<version>0.4.6</version> | ||
<version>0.4.7</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>cheshire</groupId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.