Tiếng Việt
Appearance
string
Promise<JoinGroupInviteBoxResponse>
export type JoinGroupInviteBoxResponse = "";
const groupId = "0000000000000000002"; api.joinGroupInviteBox(groupId) .then(console.log) .catch(console.error);