me.niccolomattei.api.telegram.inline.InputMessageContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram Show documentation
Show all versions of telegram Show documentation
Simple yet powerful telegram bot api.
The newest version!
package me.niccolomattei.api.telegram.inline;
import me.niccolomattei.api.telegram.serialization.ISerializable;
/**
* Created by Niccolò Mattei on 07/09/2016.
*/
public interface InputMessageContent extends ISerializable {
}