Documentation
¶
Index ¶
- Variables
- func Action(L *lua.LState)
- func GetData(L *lua.LState)
- func Message(L *lua.LState)
- func Request(L *lua.LState)
- type ActionFunc
- func (c *ActionFunc) DismissGroup(GroupID int64)
- func (c *ActionFunc) GroupBan(GroupID int64, UserID int64, Duration uint32, DeBan bool)
- func (c *ActionFunc) GroupEssenceMsg(MessageID int32, Remove bool)
- func (c *ActionFunc) GroupKick(GroupID int64, UserID int64, RejectAddRequest bool)
- func (c *ActionFunc) GroupMute(GroupID int64, UnMute bool)
- func (c *ActionFunc) GroupSendNotice(GroupID int64, Content string, Image string)
- func (c *ActionFunc) LeaveGroup(GroupID int64)
- func (c *ActionFunc) SendGroupSign(GroupID int64)
- func (c *ActionFunc) SetEssenceMsg(MessageID int32, Remove bool)
- func (c *ActionFunc) SetGroupAdmin(GroupID int64, UserId int64, Enable bool)
- func (c *ActionFunc) SetGroupInfo(GroupID int64, GroupName string, Avatar string, UserId int64, Card string, ...)
- type GetDataFunc
- type MessageFunc
- func (c *MessageFunc) DeleteMsg(MessageID int32)
- func (c *MessageFunc) Reply(Message string, Id int64, IsGroup bool, To int)
- func (c *MessageFunc) SendForwardMsg(Id int64, IsGroup bool)
- func (c *MessageFunc) SendMsg(Message string, Id int64, IsGroup bool)
- func (c *MessageFunc) SendPic(Url string, Type string, Id int64, IsGroup bool)
- func (c *MessageFunc) SetCustomForward(Name string, Id string, Content string)
- func (c *MessageFunc) SetIdForward(MessageID string)
- type RequestFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var ForwardMessages []interface{}
Functions ¶
Types ¶
type ActionFunc ¶
type ActionFunc struct{}
func (*ActionFunc) DismissGroup ¶
func (c *ActionFunc) DismissGroup(GroupID int64)
func (*ActionFunc) GroupBan ¶
func (c *ActionFunc) GroupBan(GroupID int64, UserID int64, Duration uint32, DeBan bool)
func (*ActionFunc) GroupEssenceMsg ¶
func (c *ActionFunc) GroupEssenceMsg(MessageID int32, Remove bool)
func (*ActionFunc) GroupKick ¶
func (c *ActionFunc) GroupKick(GroupID int64, UserID int64, RejectAddRequest bool)
func (*ActionFunc) GroupMute ¶
func (c *ActionFunc) GroupMute(GroupID int64, UnMute bool)
func (*ActionFunc) GroupSendNotice ¶
func (c *ActionFunc) GroupSendNotice(GroupID int64, Content string, Image string)
func (*ActionFunc) LeaveGroup ¶
func (c *ActionFunc) LeaveGroup(GroupID int64)
func (*ActionFunc) SendGroupSign ¶
func (c *ActionFunc) SendGroupSign(GroupID int64)
func (*ActionFunc) SetEssenceMsg ¶
func (c *ActionFunc) SetEssenceMsg(MessageID int32, Remove bool)
func (*ActionFunc) SetGroupAdmin ¶
func (c *ActionFunc) SetGroupAdmin(GroupID int64, UserId int64, Enable bool)
func (*ActionFunc) SetGroupInfo ¶
type GetDataFunc ¶
type GetDataFunc struct{}
func (*GetDataFunc) GetGroupMembers ¶
func (c *GetDataFunc) GetGroupMembers(GroupID int64) []types.GroupMemberInfoObject
type MessageFunc ¶
type MessageFunc struct{}
func (*MessageFunc) DeleteMsg ¶
func (c *MessageFunc) DeleteMsg(MessageID int32)
func (*MessageFunc) Reply ¶
func (c *MessageFunc) Reply(Message string, Id int64, IsGroup bool, To int)
func (*MessageFunc) SendForwardMsg ¶
func (c *MessageFunc) SendForwardMsg(Id int64, IsGroup bool)
func (*MessageFunc) SendPic ¶
func (c *MessageFunc) SendPic(Url string, Type string, Id int64, IsGroup bool)
func (*MessageFunc) SetCustomForward ¶
func (c *MessageFunc) SetCustomForward(Name string, Id string, Content string)
func (*MessageFunc) SetIdForward ¶
func (c *MessageFunc) SetIdForward(MessageID string)
type RequestFunc ¶
type RequestFunc struct{}
Click to show internal directories.
Click to hide internal directories.