class
TD::MessageLink
- TD::MessageLink
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_link.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(link : String, is_public : Bool = false)
Instance Method Summary
- #is_public : Bool
- #is_public=(is_public : Bool)
- #link : String
- #link=(link : String)
- #object_type : String
- #object_type=(object_type : String)