Class: TD::Types::TMeUrls

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/t_me_urls.rb

Overview

Contains a list of t.me URLs.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#urlsArray<TD::Types::TMeUrl>

List of URLs.

Returns:



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

def urls
  @urls
end