alpires

Results 3 comments of alpires

Hi @yotam180 I need visually open it on the screen.

Hi, Guys. How send a message to a new chat. I did this: Store.Chat.add({ id: new window.Store.UserConstructor(UserId)}, { merge: true, add: true, }); chtemp = Store.Chat.get(UserId); chtemp.sendMessage("Hi"); And now how...

function sendImageFromDatabasePicBot doesn't work: the line "msgWithImg.collection.send(msgWithImg)" return a error: Uncaught TypeError: msgWithImg.collection.send is not a function