스킵 구현

This commit is contained in:
2023-12-20 19:45:25 +09:00
parent 6503fd167b
commit 8a987320e0
775 changed files with 162601 additions and 135 deletions

View File

@@ -0,0 +1,15 @@
\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