Class: TD::Types::ConnectedWebsites

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#websitesArray<TD::Types::ConnectedWebsite>

List of connected websites.

Returns:



5
6
7
# File 'lib/tdlib/types/connected_websites.rb', line 5

def websites
  @websites
end