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); } }