class
TD::ChatType::Secret
- TD::ChatType::Secret
- TD::ChatType
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_type/secret.crConstructors
- .new(secret_chat_id : Int32, user_id : Int64)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #secret_chat_id : Int32
- #secret_chat_id=(secret_chat_id : Int32)
- #user_id : Int64
- #user_id=(user_id : Int64)