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

love.forte.simbot.message.MessageContainer.kt Maven / Gradle / Ivy

There is a newer version: 3.0.0.preview.0.4
Show newest version
package love.forte.simbot.message


/**
 * 一个消息容器,代表了一个承载着消息的内容。
 *
 * 常见有消息事件,和可以查询的历史消息。
 *
 * @author ForteScarlet
 */
public interface MessageContainer {

    /**
     * 消息内容。
     */
    public val messageContent: MessageContent

}

//
public interface RemoteMessageContainer : MessageContainer {
    override val messageContent: RemoteMessageContent
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy