Remove old method messed

This commit is contained in:
rubenlagus 2020-11-08 11:35:09 +00:00 committed by Ruben Bermudez
parent f60425820a
commit 4af620770b

View File

@ -86,14 +86,6 @@ public class EditMessageText extends BotApiMethod<Serializable> {
@JsonProperty(ENTITIES_FIELD)
private List<MessageEntity> entities; ///< Optional. List of special entities that appear in message text, which can be specified instead of parse_mode
/**
* @deprecated Use {#setChatId(String)}
*/
@Deprecated
public void setChatId(Long chatId) {
this.chatId = chatId.toString();
}
public void disableWebPagePreview() {
disableWebPagePreview = true;
}