1
0
mirror of https://github.com/danog/ton.git synced 2024-12-02 17:38:33 +01:00
ton/tdutils/td/utils/port/user.h

12 lines
177 B
C
Raw Normal View History

2019-09-07 12:03:22 +02:00
#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);
}