Files
BumbleCee/DPP-master/docpages/example_programs/the_basics/editing-channels-and-messages.md
2023-12-20 19:45:25 +09:00

574 B

\page editing-channels-and-messages Editing Channels and Messages

Sometimes we need to update an object, such as message or channel. At first, it might seem confusing, but it's actually really simple! You just need to use an object with identical properties you don't need to update. NOTE: your bot can't edit messages sent by others.

\note This example uses callback functions. To see more information about them, visit \ref callback-functions.

\include{cpp} editing_messages.cpp

Before editing:

\image html stuff_edit1.png

After editing:

\image html stuff_edit2.png