Add missing getter in StopPoll
This commit is contained in:
parent
b76d4da5bf
commit
c578d47e9c
@ -60,6 +60,15 @@ public class StopPoll extends BotApiMethod<Poll> {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Integer getMessageId() {
|
||||
return messageId;
|
||||
}
|
||||
|
||||
public StopPoll setMessageId(Integer messageId) {
|
||||
this.messageId = messageId;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMethod() {
|
||||
return PATH;
|
||||
|
Loading…
Reference in New Issue
Block a user