class
TD::ProxyType::Http
- TD::ProxyType::Http
- TD::ProxyType
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/proxy_type/http.crConstructors
- .new(username : String, password : String, http_only : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #http_only : Bool
- #http_only=(http_only : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #password : String
- #password=(password : String)
- #username : String
- #username=(username : String)