master
icechen 2022-02-24 19:25:05 +08:00
parent 8c78b93e6e
commit 8b8cfc64bc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import Telegram from "./telegram";
async function getMe() { async function getMe() {
return await Telegram.call("users.getUsers", { return await Telegram.call("users.getUsers", {
id: [{ _: "inputPeerSelf" }], id: [{ _: "inputUserSelf" }],
}); });
} }