Sha256: 629015c26ce88898d69eb57a03c807d05b0c5f07d1d158dbe1b9a3c18fc531fa
Contents?: true
Size: 230 Bytes
Versions: 3
Compression:
Stored size: 230 Bytes
Contents
module TD::Types # The connection state has changed. # # @attr state [TD::Types::ConnectionState] The new connection state. class Update::ConnectionState < Update attribute :state, TD::Types::ConnectionState end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/update/connection_state.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/update/connection_state.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/update/connection_state.rb |