package
1.3.1-pre-3
Repository: https://github.com/protocolscience/astralgocq.git
Documentation: pkg.go.dev

# Functions

Any returns an Attr for the supplied value.
AnyValue returns a Value for the supplied value.
Bool returns an Attr for a bool.
BoolValue returns a Value for a bool.
Duration returns an Attr for a time.Duration.
DurationValue returns a Value for a time.Duration.
Float64 returns an Attr for a floating-point number.
Float64Value returns a Value for a floating-point number.
Group returns an Attr for a Group Value.
GroupValue returns a new Value for a list of Attrs.
Int converts an int to an int64 and returns an Attr with that value.
Int64 returns an Attr for an int64.
Int64Value returns a Value for an int64.
IntValue returns a Value for an int.
String returns an Attr for a string value.
StringValue returns a new Value for a string.
Time returns an Attr for a time.Time.
TimeValue returns a Value for a time.Time.
Uint64 returns an Attr for a uint64.
Uint64Value returns a Value for a uint64.

# Constants

# Variables

V11 OneBot V11.
V12 OneBot V12.

# Structs

An Attr is a key-value pair.
Event 事件 https://12.onebot.dev/connect/data-protocol/event/.
Request 动作请求是应用端为了主动向 OneBot 实现请求服务而发送的数据 https://12.onebot.dev/connect/data-protocol/action-request/.
Response 动作响应是 OneBot 实现收到应用端的动作请求并处理完毕后,发回应用端的数据 https://12.onebot.dev/connect/data-protocol/action-response/.
Self 机器人自身标识 https://12.onebot.dev/connect/data-protocol/basic-types/#_10.
Spec OneBot Specification.
A Value can represent any Go value, but unlike type any, it can represent most small values without an allocation.

# Type aliases

Kind is the kind of Value.