AminoJS / Amino.JS

A powerful JavaScript library for interacting with the Amino API :star2:
MIT License
27 stars 5 forks source link

Invite someone in the Chat #56

Closed moelrobi closed 5 years ago

moelrobi commented 5 years ago

Describe the solution you'd like Endpoint: POST /api/v1//s/chat/thread//member/invite HTTP/1.1 JSON:

{
"uids": ["Array of UserID's to be invited to Chat", "MUST BE ABLE TO (i.e. the invitee needs to follow the inviter)"],
"timestamp": "A JS Timestamp"
}
akatsukilevi commented 5 years ago

Got it. Will be adding at the update

akatsukilevi commented 5 years ago

Did the module inviteChat.js, and wrote the example already. This new feature will be added at the 3.0.0-nightly Closing due to finished