Documentation ¶
Overview ¶
Package msg 提供了go-cqhttp消息中间表示,CQ码处理等等
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Element ¶
Element single message
func (*Element) MarshalJSON ¶
MarshalJSON see encoding/json.Marshaler
func (*Element) WriteCQCodeTo ¶
WriteCQCodeTo write element's cqcode into sb
type LocalImage ¶
LocalImage 本地图片
func (*LocalImage) Type ¶
func (e *LocalImage) Type() message.ElementType
Type implements the message.IMessageElement.
type LocalVideo ¶
type LocalVideo struct { File string Thumb io.ReadSeeker }
LocalVideo 本地视频
func (*LocalVideo) Type ¶
func (e *LocalVideo) Type() message.ElementType
Type impl message.IMessageElement
Click to show internal directories.
Click to hide internal directories.