mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 14:37:04 +00:00
Search user by username with send message test. (#356)
* Search user by username with send message test.
This commit is contained in:
parent
e75de99171
commit
cf70c44fe7
4 changed files with 67 additions and 0 deletions
|
|
@ -75,5 +75,11 @@ namespace TLSharp.Tests
|
|||
{
|
||||
await base.FloodExceptionShouldNotCauseCannotReadPackageLengthError();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public override async Task SendMessageByUserNameTest()
|
||||
{
|
||||
await base.SendMessageByUserNameTest();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue