Documentation - v0.27.1
    Preparing search index...

    Interface CurrentUserInfo

    interface CurrentUserInfo {
        isBot: boolean;
        isPremium: boolean;
        userId: number;
        usernames: string[];
    }
    Index

    Properties

    isBot: boolean
    isPremium: boolean
    userId: number
    usernames: string[]