Class: TD::Types::ConnectedWebsites
- Defined in:
- lib/tdlib/types/connected_websites.rb
Overview
Contains a list of websites the current user is logged in with Telegram.
Instance Attribute Summary collapse
-
#websites ⇒ Array<TD::Types::ConnectedWebsite>
List of connected websites.
Method Summary
Methods inherited from Base
Instance Attribute Details
#websites ⇒ Array<TD::Types::ConnectedWebsite>
List of connected websites.
5 6 7 |
# File 'lib/tdlib/types/connected_websites.rb', line 5 def websites @websites end |