You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Unique identifier for the bot. You can get it from bot token. For example, for the bot token "1234567:4TT8bAc8GHUspu3ERYn-KGcvsvGB9u_n4ddy", the bot id is 1234567.</summary>
7
-
publicintBotId{get;}
7
+
publiclongBotId{get;}
8
8
9
9
/// <summary>Public key of the bot</summary>
10
10
publicstringPublicKey{get;}
@@ -40,16 +40,15 @@ public class AuthorizationRequestParameters
40
40
/// In particular, it should be long enough and it should be generated using a cryptographically secure
41
41
/// pseudorandom number generator. You should never accept credentials with the same nonce twice.</param>
42
42
/// <param name="scope">Description of the data you want to request</param>
0 commit comments