Type Alias Me

Me: {
    bot: string;
    id: number;
    name: string;
}

Result type object for Store.getMe method

Type declaration

  • bot: string

    Using Telegram bot username

  • id: number

    App identifier

  • name: string

    App name