Skip to content

Commit

Permalink
Api Version 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenlagus committed Nov 6, 2021
1 parent eef0681 commit 0580210
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
@ToString
@NoArgsConstructor
@RequiredArgsConstructor
@AllArgsConstructor
@Builder
public class ApproveChatJoinRequest extends BotApiMethod<Boolean> {
public static final String PATH = "approveChatJoinRequest";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
@ToString
@NoArgsConstructor
@RequiredArgsConstructor
@AllArgsConstructor
@Builder
public class DeclineChatJoinRequest extends BotApiMethod<Boolean> {
public static final String PATH = "declineChatJoinRequest";
Expand Down

0 comments on commit 0580210

Please sign in to comment.