UNPKG
grammy-guard
Version:
latest (0.5.0)
0.5.0
0.4.1
0.3.1
0.2.0
0.1.0
Guard middlewares for grammY
github.com/deptyped/grammy-guard
deptyped/grammy-guard
grammy-guard
/
types
/
utils.d.ts
4 lines
(3 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
import
{
Chat
}
from
"./deps.js"
;
export
declare
const
normalizeUsername
:
(
username
:
string
) =>
string
;
export
declare
const
isChatWithUsername
:
(
chat
:
Chat
) =>
chat is
Chat
.
PrivateChat
|
Chat
.
SupergroupChat
|
Chat
.
ChannelChat
;