#[derive(DialogueState)]
{
    // Attributes available to this derive:
    #[handler]
    #[handler_out]
    #[store]
}
👎 Deprecated:

Use teloxide::handler! instead