Added MyTitles page passing
This commit is contained in:
parent
45ce5da0ac
commit
45a1df4cbb
8 changed files with 110 additions and 1 deletions
8
modules/bot/front/include/structs.hpp
Normal file
8
modules/bot/front/include/structs.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
struct Title {
|
||||
int64_t id;
|
||||
std::string name;
|
||||
std::string description;
|
||||
int64_t num;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue