mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 03:31:09 +00:00
12 lines
177 B
C++
12 lines
177 B
C++
#pragma once
|
|
|
|
#include "td/utils/port/config.h"
|
|
#include "td/utils/port/platform.h"
|
|
#include "td/utils/Status.h"
|
|
|
|
namespace td {
|
|
|
|
td::Status change_user(td::Slice username);
|
|
|
|
}
|