-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
wechaty类 #20
Comments
fix |
Which Example code and add what content |
Page in somewhere, maybe FAQ or Other
|
lijiarui
referenced
this issue
in lijiarui/wechaty
Jul 12, 2018
lijiarui
referenced
this issue
Jul 12, 2018
@windmemory done |
huan
pushed a commit
to wechaty/wechaty
that referenced
this issue
Jul 12, 2018
* init * add wechaty main doc * fix wechaty comment * add contact doc * add contact more comment * add room docs * add message doc * add friendship doc * change as request * change room find function typo * add request doc * remove index.md * removed change of docs/index * fix typo * fix message typo * juzibot/wechaty-doc#19 * juzibot/wechaty-doc#20 * wechaty.init should use start instead * juzibot/wechaty-doc#20 * https://github.com/qhduan/wechaty-doc/issues/20\#issuecomment-404408822 * juzibot/wechaty-doc#23 * fix contact enum things in juzibot/wechaty-doc#22 * change friendship send function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to know how to send message, see Message If you want to knwo how to get contact, see Contact
should be two lines
wechaty.on(event, listener)
section, Returns: Wechaty -- this is for chain.better to have an example to show how to chain.
Example code section's title should explains a little what this example does, or at least tell the user that is the example for.
wechaty.init()
is deprecated, we should tell user which one to replace this. Maybe adduse start instead
.wechaty.start()
Maybe we could reminds the user that most of the bot operation needs to be triggered afterstart()
is doneinstance example is still using
init()
, should be replaced bystart()
The text was updated successfully, but these errors were encountered: