Remove old method messed
This commit is contained in:
parent
f60425820a
commit
4af620770b
@ -86,14 +86,6 @@ public class EditMessageText extends BotApiMethod<Serializable> {
|
|||||||
@JsonProperty(ENTITIES_FIELD)
|
@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
|
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() {
|
public void disableWebPagePreview() {
|
||||||
disableWebPagePreview = true;
|
disableWebPagePreview = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user