class
TD::ChatStatisticsMessageInteractionInfo
- TD::ChatStatisticsMessageInteractionInfo
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_statistics_message_interaction_info.crConstructors
- .new(message_id : Int64, view_count : Int32, forward_count : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #forward_count : Int32
- #forward_count=(forward_count : Int32)
- #message_id : Int64
- #message_id=(message_id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #view_count : Int32
- #view_count=(view_count : Int32)