From 28b1ef45b26add63b19e4d46a91664b1da482eac Mon Sep 17 00:00:00 2001 From: P0lunin Date: Tue, 3 Sep 2019 20:41:49 +0300 Subject: [PATCH] add struct --- src/core/types/callback_game.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/core/types/callback_game.rs diff --git a/src/core/types/callback_game.rs b/src/core/types/callback_game.rs new file mode 100644 index 00000000..e5ef8069 --- /dev/null +++ b/src/core/types/callback_game.rs @@ -0,0 +1,2 @@ +/// A placeholder, currently holds no information. Use [BotFather](https://t.me/botfather) to set up your game. +struct CallbackGame; \ No newline at end of file