UNPKG

grammy-guard

Version:
4 lines (3 loc) 208 B
export const normalizeUsername = (username) => username.trim().toLowerCase(); export const isChatWithUsername = (chat) => chat.type === "private" || chat.type === "supergroup" || chat.type === "channel";