mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-06 06:53:47 +00:00
Retry wrong password/verification_code up to MaxCodePwdAttempts times
This commit is contained in:
parent
4a9652dc7a
commit
6aef50db85
3 changed files with 26 additions and 13 deletions
|
|
@ -1882,7 +1882,7 @@ namespace TL
|
|||
unsave = unsave,
|
||||
});
|
||||
|
||||
/// <summary>Query an inline bot <para>See <a href="https://corefork.telegram.org/method/messages.getInlineBotResults"/></para> <para>Possible <see cref="RpcException"/> codes: -503,400 (<a href="https://corefork.telegram.org/method/messages.getInlineBotResults#possible-errors">details</a>)</para></summary>
|
||||
/// <summary>Query an inline bot <para>See <a href="https://corefork.telegram.org/method/messages.getInlineBotResults"/></para> <para>Possible <see cref="RpcException"/> codes: 400,-503 (<a href="https://corefork.telegram.org/method/messages.getInlineBotResults#possible-errors">details</a>)</para></summary>
|
||||
/// <param name="bot">The bot to query</param>
|
||||
/// <param name="peer">The currently opened chat</param>
|
||||
/// <param name="geo_point">The geolocation, if requested</param>
|
||||
|
|
@ -1993,7 +1993,7 @@ namespace TL
|
|||
entities = entities,
|
||||
});
|
||||
|
||||
/// <summary>Press an inline callback button and get a callback answer from the bot <para>See <a href="https://corefork.telegram.org/method/messages.getBotCallbackAnswer"/></para> <para>Possible <see cref="RpcException"/> codes: -503,400 (<a href="https://corefork.telegram.org/method/messages.getBotCallbackAnswer#possible-errors">details</a>)</para></summary>
|
||||
/// <summary>Press an inline callback button and get a callback answer from the bot <para>See <a href="https://corefork.telegram.org/method/messages.getBotCallbackAnswer"/></para> <para>Possible <see cref="RpcException"/> codes: 400,-503 (<a href="https://corefork.telegram.org/method/messages.getBotCallbackAnswer#possible-errors">details</a>)</para></summary>
|
||||
/// <param name="game">Whether this is a "play game" button</param>
|
||||
/// <param name="peer">Where was the inline keyboard sent</param>
|
||||
/// <param name="msg_id">ID of the Message with the inline keyboard</param>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue