edit_peer_common.h 535 B

123456789101112131415161718
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. namespace Ui::EditPeer {
  9. constexpr auto kMaxGroupChannelTitle = 128;
  10. constexpr auto kMaxUserFirstLastName = 64;
  11. constexpr auto kMaxChannelDescription = 255;
  12. constexpr auto kMinUsernameLength = 5;
  13. constexpr auto kUsernameCheckTimeout = crl::time(200);
  14. } // namespace Ui::EditPeer