package group
import "testing"
func TestName(t *testing.T) {
var g Group
g.KickGroupMember(nil)
g.GetGroupMembersInfo(nil)
}