TelegramBot.this

Undocumented in source.
  1. this(string token)
  2. this(string token, Json delegate(string, Json) @(safe) fakecall)
    struct TelegramBot
    version(unittest)
    @trusted
    this
    (
    string token
    ,
    Json delegate
    (
    string
    ,
    Json
    )
    @safe
    fakecall
    )

Meta