How to use the save function from request

Find comprehensive JavaScript request.save code examples handpicked from public code repositorys.

171
172
173
174
175
176
177
178
179
180
    })
};
const sentActionMsg = await messageId(moderatorsChanel, "№" + request.requestId + '\n#pending | #viber', false, optionsMod);
request.moderatorMsgID = sentMsg.message_id;
request.moderatorActionMsgID = sentActionMsg.message_id;
request.save();
//Inform user
bot.sendMessage(response.userProfile, [
    new TextMessage('Поки що ми не знайшли достатньої кількості доказів щодо цієї інформації. Ми нічого не знайшли або не бачили такої інформації у нашій базі перевірених новин.\n\nФактчекери почали опрацьовувати цей запит, це може зайняти до доби.')
]);
fork icon1
star icon0
watch icon2