change
This commit is contained in:
@@ -189,30 +189,6 @@ var Unibase;
|
||||
});
|
||||
});
|
||||
}
|
||||
mediafiles(chatgroupid) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const url = 'apis/uniconnect/chats/getmediafiles/chatgroupid/' + chatgroupid;
|
||||
return yield this.dataHelper().getAsync(url).then(function (response) {
|
||||
return response;
|
||||
});
|
||||
});
|
||||
}
|
||||
documentfiles(chatgroupid) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const url = 'apis/uniconnect/chats/getdocumentfiles/chatgroupid/' + chatgroupid;
|
||||
return yield this.dataHelper().getAsync(url).then(function (response) {
|
||||
return response;
|
||||
});
|
||||
});
|
||||
}
|
||||
getlinks(chatgroupid) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const url = 'apis/uniconnect/chats/getlinks/chatgroupid/' + chatgroupid;
|
||||
return yield this.dataHelper().getAsync(url).then(function (response) {
|
||||
return response;
|
||||
});
|
||||
});
|
||||
}
|
||||
changeGroupName(chatgroupid, groupname) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const url = 'apis/uniconnect/chats/changegroupname/chatgroupid/' + chatgroupid + '/groupname/' + groupname;
|
||||
|
||||
Reference in New Issue
Block a user