- updated readme for groups

- adding readme to project solution
This commit is contained in:
FlorianDahn
2019-11-28 15:41:44 +01:00
parent e29be4f1f4
commit 7be0f15ca4
3 changed files with 140 additions and 0 deletions
+9
View File
@@ -26,6 +26,15 @@ namespace TelegramBotBaseTest.Tests
return true;
}
public override Task<bool> OpenChannel(MessageResult e)
{
return base.OpenChannel(e);
}
public override Task<bool> OpenSupergroup(MessageResult e)
{
return base.OpenSupergroup(e);
}
}
}