Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #Services
  2. {"id": /* (number) sequence number */, "method": /* (string) method name */, "params": [/* (object) request body */]}
  3. {"id": /* (number) sequence number */, "error": /* (string?) error, null if no error */, "result": /* (object?) result, null if error */}
  4. #Network Info
  5. .. py:function:: NetworkInfo.GetUserInfo(id: string) -> {name: string, extra: object}
  6. :param id:
  7. .. py:function:: NetworkInfo.GetChannelInfo(id: string) -> {name: string, isOneOnOne: boolean, extra: object}
  8. :param id:
  9. :return: ``isOneOnOne`` `extra`
  10. .. py:function:: NetworkInfo.GetGroupInfo(id: string) -> {name: string, extra: object}
  11. .. py:function:: NetworkInfo.GetChannelMemberInfo(channelId: string, userId: string) -> {name: string, roles: string[], extra: object}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement