Class: TD::Types::Update::ConnectionState
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ConnectionState
- Defined in:
- lib/tdlib/types/update/connection_state.rb
Overview
The connection state has changed. This update must be used only to show a human-readable description of the connection state.
Instance Attribute Summary collapse
-
#state ⇒ TD::Types::ConnectionState
The new connection state.
Method Summary
Methods inherited from Base
Instance Attribute Details
#state ⇒ TD::Types::ConnectionState
The new connection state.
6 7 8 |
# File 'lib/tdlib/types/update/connection_state.rb', line 6 def state @state end |