mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-18 05:03:28 +00:00
574 B
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