mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-06 06:55:06 +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
0428753b2b
commit
47d1c10c9d
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