Class: TD::Types::PageBlock::ChatLink
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::ChatLink
- Defined in:
- lib/tdlib/types/page_block/chat_link.rb
Overview
A link to a chat.
Instance Attribute Summary collapse
-
#photo ⇒ TD::Types::ChatPhotoInfo?
Chat photo; may be null.
-
#title ⇒ TD::Types::String
Chat title.
-
#username ⇒ TD::Types::String
Chat username, by which all other information about the chat should be resolved.
Method Summary
Methods inherited from Base
Instance Attribute Details
#photo ⇒ TD::Types::ChatPhotoInfo?
Chat photo; may be null.
7 8 9 |
# File 'lib/tdlib/types/page_block/chat_link.rb', line 7 def photo @photo end |
#title ⇒ TD::Types::String
Chat title.
7 8 9 |
# File 'lib/tdlib/types/page_block/chat_link.rb', line 7 def title @title end |
#username ⇒ TD::Types::String
Chat username, by which all other information about the chat should be resolved.
7 8 9 |
# File 'lib/tdlib/types/page_block/chat_link.rb', line 7 def username @username end |