Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmoticonMsg ¶
type EmoticonMsg struct {
// contains filtered or unexported fields
}
EmoticonMsg is wechat emoticon msg
func NewEmoticonMsgMsg ¶
func NewEmoticonMsgMsg(mid, to string) *EmoticonMsg
NewEmoticonMsgMsg create a new instance
func (*EmoticonMsg) Content ¶
func (msg *EmoticonMsg) Content() map[string]interface{}
Content text msg's content
func (*EmoticonMsg) Description ¶
func (msg *EmoticonMsg) Description() string
func (*EmoticonMsg) String ¶
func (msg *EmoticonMsg) String() string
type FileMsg ¶
type FileMsg struct {
// contains filtered or unexported fields
}
FileMsg struct
func NewFileMsg ¶
NewFileMsg construct a new FileMsg's instance
func (*FileMsg) Description ¶
type TextMsg ¶
type TextMsg struct {
// contains filtered or unexported fields
}
TextMsg struct
func NewTextMsg ¶
NewTextMsg construct a new TextMsg's instance
func (*TextMsg) Description ¶
Click to show internal directories.
Click to hide internal directories.