Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
@RequiresOptIn(message = "This api is not part of the onebot protocol standard, and may not be available in the future.")
与非标准API相关的内容。 非标准API的实现目前尚处于实验阶段。它们不保证兼容性,并且可能在未来发生变更或被移除。
Link copied to clipboard
Link copied to clipboard
data class SendGroupForwardMsgResult @ApiResultConstructor constructor(longMessageId: LongID, val forwardId: ID)
SendGroupForwardMsgApi 的响应体。
Link copied to clipboard