Exemple #1
0
        internal static void PostAdminMenu(long chatId)
        {
            Result <Message> res = Methods.sendMessage(chatId, AdminMenuText, "Markdown", Menus.AdminMenu());

            if (!res.ok)
            {
                Logger.LogError("Error contacting the admin Chat: " + res.description);
            }
        }