update
This commit is contained in:
@@ -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" }],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user