class
TD::InlineKeyboardButtonType::LoginUrl
Included Modules
- JSON::Serializable
Defined in:
telegram/types/inline_keyboard_button_type/login_url.crConstructors
- .new(url : String, id : Int64, forward_text : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #forward_text : String
- #forward_text=(forward_text : String)
- #id : Int64
- #id=(id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #url : String
- #url=(url : String)