- 595
- 245
Я не пойму, какими ещё данными стоит заполнять
Объясните плес по всему
Объясните плес по всему
Lua:
function luaVkApi.sendMessage(userId, peerId, domainVal, chatId, userIds, messageStr, guidVal,
latVal, longVal, attachmentVal, forwardMessages, stickerId)
if not messageStr or not attachmentVal then
return requiredParameterMsg .. " messageStr or attachmentVal"
end
return luaVkApi.invokeApi("messages.send", {user_id=userId, peer_id=peerId, domain=domainVal,
chat_id=chatId, user_ids=userIds, message=messageStr, guid=guidVal, lat=latVal,
long=longVal, attachment=attachmentVal, forward_messages=forwardMessages, sticker_id=stickerId})
end