We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0078b commit c0e30b0Copy full SHA for c0e30b0
1 file changed
include/tgbot/types/MaybeInaccessibleMessage.h
@@ -19,4 +19,6 @@ class InaccessibleMessage;
19
*/
20
using MaybeInaccessibleMessage = std::variant<std::shared_ptr<Message>, std::shared_ptr<InaccessibleMessage>>;
21
22
+}
23
+
24
#endif //TGBOT_MAYBEINACCESSIBLEMESSAGE_H
0 commit comments