Deprecate forgotten setter
This commit is contained in:
parent
b7ffc57704
commit
b2fcbaa3c2
@ -86,6 +86,10 @@ 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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user