Giter Site home page Giter Site logo

Notification about feedbackbot HOT 7 CLOSED

sanchik7777 avatar sanchik7777 commented on July 18, 2024
Notification

from feedbackbot.

Comments (7)

sanchik7777 avatar sanchik7777 commented on July 18, 2024

Sorry for such questions, I'm just a beginner and curious to understand.

from feedbackbot.

ti-bone avatar ti-bone commented on July 18, 2024

@sanchik7777 Feel free to implement this feature!
Message is being forwarded right here >

response, err := b.ForwardMessage(

You can basically add some ctx.EffectiveMessage.Reply call.

from feedbackbot.

sanchik7777 avatar sanchik7777 commented on July 18, 2024

Should this function ctx.EffectiveMessage.Reply be placed inside b.ForwardMessage?
Screenshot_10

from feedbackbot.

ti-bone avatar ti-bone commented on July 18, 2024

@sanchik7777 No, it shouldn't. I think you need to learn some basics of Go language before making any modifications.

from feedbackbot.

sanchik7777 avatar sanchik7777 commented on July 18, 2024

Hi, I partially succeeded, but the problem is that when a user enters a message, the chat is constantly spammed with 'An operator will contact you shortly'. Can you suggest how to make the message come only once, not every time a message is entered?

if err != nil {
log.Printf("Ошибка при отправке сообщения в группу: %v", err)
} else {
replyMessage := "Оператор скоро свяжется с вами."
_, err := b.SendMessage(
ctx.EffectiveChat.Id,
replyMessage,
&gotgbot.SendMessageOpts{},
)
if err != nil {
log.Printf("Ошибка при отправке ответа пользователю: %v", err)
}
}
Screenshot_11

Screenshot_12

from feedbackbot.

ti-bone avatar ti-bone commented on July 18, 2024

You can add this call to topic creation.

from feedbackbot.

sanchik7777 avatar sanchik7777 commented on July 18, 2024

I managed to implement this feature. Thank you.

from feedbackbot.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.