class
TD::WebPageInstantView
- TD::WebPageInstantView
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/web_page_instant_view.crConstructors
- .new(page_blocks : Array(TD::PageBlock), view_count : Int32, version : Int32, feedback_link : TD::InternalLinkType, is_rtl : Bool = false, is_full : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #feedback_link : TD::InternalLinkType
- #feedback_link=(feedback_link : TD::InternalLinkType)
- #is_full : Bool
- #is_full=(is_full : Bool)
- #is_rtl : Bool
- #is_rtl=(is_rtl : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #page_blocks : Array(TD::PageBlock)
- #page_blocks=(page_blocks : Array(TD::PageBlock))
- #version : Int32
- #version=(version : Int32)
- #view_count : Int32
- #view_count=(view_count : Int32)
Instance methods inherited from class TD::Base
extract_abstract_type(__json : JSON::Any)
extract_abstract_type,
extract_type(__json : JSON::Any, class_type : Class)
extract_type
Macros inherited from class TD::Base
object_attributes(type)
object_attributes,
object_type(type)
object_type
Constructor Detail
def self.new(page_blocks : Array(TD::PageBlock), view_count : Int32, version : Int32, feedback_link : TD::InternalLinkType, is_rtl : Bool = false, is_full : Bool = false)
#