Skip to content

Commit

Permalink
docs: deduplicate spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Sep 18, 2024
1 parent 91ac379 commit 2d74f68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
- [Bot API 7.5](https://core.telegram.org/bots/api#june-18-2024) - [#174](https://github.com/ayrat555/frankenstein/pull/174)
- [Bot API 7.6](https://core.telegram.org/bots/api#july-1-2024) - [#175](https://github.com/ayrat555/frankenstein/pull/175)
- [Bot API 7.7](https://core.telegram.org/bots/api#july-7-2024) - [#177](https://github.com/ayrat555/frankenstein/pull/177)
- fix: ChatBoostUpdated in UpdateContent - [#176](https://github.com/ayrat555/frankenstein/pull/176)
- fix: ChatBoostUpdated in UpdateContent - [#176](https://github.com/ayrat555/frankenstein/pull/176)

## 0.31.0 (2024-05-20)

- [Bot API 7.3](https://core.telegram.org/bots/api#may-6-2024) - [#169](https://github.com/ayrat555/frankenstein/pull/169)
- [Bot API 7.3](https://core.telegram.org/bots/api#may-6-2024) - [#169](https://github.com/ayrat555/frankenstein/pull/169)

## 0.30.8 (2024-04-26)

- fix: remove "status" from ChatMemberRestricted - [#165](https://github.com/ayrat555/frankenstein/pull/165)
- fix: remove "status" from ChatMemberRestricted - [#165](https://github.com/ayrat555/frankenstein/pull/165)
- fix: message_id is optional in ExternalReplyInfo - [#166](https://github.com/ayrat555/frankenstein/pull/166)

## 0.30.7 (2024-04-20)
Expand All @@ -62,9 +62,9 @@

## 0.30.5 (2024-03-26)

- Fix the winners_count field in the Giveaway struct - [#150](https://github.com/ayrat555/frankenstein/pull/150)
- Improve ci - [#152](https://github.com/ayrat555/frankenstein/pull/152)
- Fix lints - [#151](https://github.com/ayrat555/frankenstein/pull/151)
- Fix the winners_count field in the Giveaway struct - [#150](https://github.com/ayrat555/frankenstein/pull/150)
- Improve ci - [#152](https://github.com/ayrat555/frankenstein/pull/152)
- Fix lints - [#151](https://github.com/ayrat555/frankenstein/pull/151)

## 0.30.4 (2024-02-17)

Expand Down
2 changes: 1 addition & 1 deletion src/client_ureq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ mod tests {
#[test]
fn get_file_success() {
let response_string = "{\"ok\":true,\"result\":{\"file_id\":\"AgACAgIAAxUAAWB332IlzabFGWzaMrOdQ4ODVLyaAAKypzEbSX9wEEzMxT7F-grc3UA5DwAEAQADAgADYQADg0kCAAEfBA\",\"file_unique_id\":\"AQAD3UA5DwAEg0kCAAE\",\"file_size\":8068,\"file_path\":\"photos/file_0.jpg\"}}";
let params = GetFileParams::builder()
let params = GetFileParams::builder()
.file_id("AgACAgIAAxUAAWB332IlzabFGWzaMrOdQ4ODVLyaAAKypzEbSX9wEEzMxT7F-grc3UA5DwAEAQADAgADYQADg0kCAAEfBA")
.build();

Expand Down

0 comments on commit 2d74f68

Please sign in to comment.