class
TelegramBot::LoginUrl
- TelegramBot::LoginUrl
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/login_url.crConstructors
- .new(pull : JSON::PullParser)
- .new(url : String, *, forward_text : String | Nil = nil, bot_username : String | Nil = nil, request_write_access : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #bot_username : String | Nil
- #bot_username=(bot_username : String | Nil)
- #forward_text : String | Nil
- #forward_text=(forward_text : String | Nil)
- #request_write_access=(request_write_access : Bool | Nil)
- #request_write_access? : Bool | Nil
- #url : String
- #url=(url : String)
Constructor Detail
def self.new(url : String, *, forward_text : String | Nil = nil, bot_username : String | Nil = nil, request_write_access : Bool | Nil = nil)
#