diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/td/mtproto/RawConnection.h')
-rw-r--r-- | protocols/Telegram/tdlib/td/td/mtproto/RawConnection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/tdlib/td/td/mtproto/RawConnection.h b/protocols/Telegram/tdlib/td/td/mtproto/RawConnection.h index 6582d46e77..a2cafff1fa 100644 --- a/protocols/Telegram/tdlib/td/td/mtproto/RawConnection.h +++ b/protocols/Telegram/tdlib/td/td/mtproto/RawConnection.h @@ -1,5 +1,5 @@ // -// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2022 +// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2023 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -48,7 +48,7 @@ class RawConnection { virtual bool can_send() const = 0; virtual TransportType get_transport_type() const = 0; - virtual size_t send_crypto(const Storer &storer, int64 session_id, int64 salt, const AuthKey &auth_key, + virtual size_t send_crypto(const Storer &storer, uint64 session_id, int64 salt, const AuthKey &auth_key, uint64 quick_ack_token) = 0; virtual uint64 send_no_crypto(const Storer &storer) = 0; |