Class: TD::Types::ChatBoostLinkInfo
- Defined in:
- lib/tdlib/types/chat_boost_link_info.rb
Overview
Contains information about a link to boost a chat.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the chat to which the link points; 0 if the chat isn’t found.
-
#is_public ⇒ Boolean
True, if the link will work for non-members of the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat to which the link points; 0 if the chat isn’t found.
6 7 8 |
# File 'lib/tdlib/types/chat_boost_link_info.rb', line 6 def chat_id @chat_id end |
#is_public ⇒ Boolean
True, if the link will work for non-members of the chat.
6 7 8 |
# File 'lib/tdlib/types/chat_boost_link_info.rb', line 6 def is_public @is_public end |