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

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

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

import java.io.Serializable;

public interface CaptionMethod extends Method {

    String getCaption();

    M setCaption(String text);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy