Class: TD::Types::MessageContent::ChatShared
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ChatShared
- Defined in:
- lib/tdlib/types/message_content/chat_shared.rb
Overview
The current user shared a chat, which was requested by the bot.
Instance Attribute Summary collapse
-
#button_id ⇒ Integer
Identifier of the keyboard button with the request.
-
#chat ⇒ TD::Types::SharedChat
The shared chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#button_id ⇒ Integer
Identifier of the keyboard button with the request.
6 7 8 |
# File 'lib/tdlib/types/message_content/chat_shared.rb', line 6 def @button_id end |
#chat ⇒ TD::Types::SharedChat
The shared chat.
6 7 8 |
# File 'lib/tdlib/types/message_content/chat_shared.rb', line 6 def chat @chat end |