All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.annimon.tgbotsmodule.api.methods.interfaces.ChatMessageMethod Maven / Gradle / Ivy

The newest version!
package com.annimon.tgbotsmodule.api.methods.interfaces;

import java.io.Serializable;

public interface ChatMessageMethod
        extends ChatMethod {

    Integer getMessageId();

    M setMessageId(Integer messageId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy