Class: TD::Types::InternalLinkType::ChatBoost
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::ChatBoost
- Defined in:
- lib/tdlib/types/internal_link_type/chat_boost.rb
Overview
The link is a link to boost a Telegram chat. Call getChatBoostLinkInfo with the given URL to process the link. If the chat is found, then call getChatBoostStatus and getAvailableChatBoostSlots to get the current boost status
and check whether the chat can be boosted.
If the user wants to boost the chat and the chat can be boosted, then call boostChat.
Instance Attribute Summary collapse
-
#url ⇒ TD::Types::String
URL to be passed to getChatBoostLinkInfo.
Method Summary
Methods inherited from Base
Instance Attribute Details
#url ⇒ TD::Types::String
URL to be passed to getChatBoostLinkInfo.
9 10 11 |
# File 'lib/tdlib/types/internal_link_type/chat_boost.rb', line 9 def url @url end |