Skip to content
View Donny-zs's full-sized avatar

Block or report Donny-zs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sample of Telegraf scene code, using... sample of Telegraf scene code, using BaseScene, also have inlineKeyboard example. Сode is divided into two files, but this is completely optional and serves only as an example of syntax
    1
    import { Scenes } from "telegraf";
    2
    
                  
    3
    // we create our scene object example, and give name to him - 'SCENE_NAME', to call it later in other file on line 24
    4
    const SceneName = new Scenes.BaseScene('SCENE_NAME')
    5