Skip to content

Commit

Permalink
Update MaybeInaccessibleMessage.java (#1310)
Browse files Browse the repository at this point in the history
Add getMessageId to MaybeInaccessibleMessage

According to https://core.telegram.org/bots/api#maybeinaccessiblemessage
  • Loading branch information
Chase22 authored Feb 2, 2024
1 parent b0d3989 commit 870d1e5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ default boolean isSuperGroupMessage() {
}

Long getChatId();

Integer getMessageId();
}

0 comments on commit 870d1e5

Please sign in to comment.