We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i will kick all member from group, and this code is wrong , can u help me for fix this problem? `#-*-coding: utf-8 *
from line import LineClient, LineGroup, LineContact
try: client = LineClient("[email protected]", "test") #client = LineClient(authToken="AUTHTOKEN")
except: print "Login Failed"
authToken = client.authToken
print authToken,"\n"
group = LineGroup(client, client.groups[0])
print group
group.kickoutFromGroup()`
The text was updated successfully, but these errors were encountered:
You dont have any idea why you want to kick all member of a group
Sorry, something went wrong.
No branches or pull requests
i will kick all member from group, and this code is wrong , can u help me for fix this problem?
`#-*-coding: utf-8 *
from line import LineClient, LineGroup, LineContact
try:
client = LineClient("[email protected]", "test")
#client = LineClient(authToken="AUTHTOKEN")
except:
print "Login Failed"
authToken = client.authToken
print authToken,"\n"
group = LineGroup(client, client.groups[0])
print group
group.kickoutFromGroup()`
The text was updated successfully, but these errors were encountered: