Class: TD::Types::MessageContent::UsersShared
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::UsersShared
- Defined in:
- lib/tdlib/types/message_content/users_shared.rb
Overview
The current user shared users, which were requested by the bot.
Instance Attribute Summary collapse
-
#button_id ⇒ Integer
Identifier of the keyboard button with the request.
-
#users ⇒ Array<TD::Types::SharedUser>
The shared users.
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/users_shared.rb', line 6 def @button_id end |
#users ⇒ Array<TD::Types::SharedUser>
The shared users.
6 7 8 |
# File 'lib/tdlib/types/message_content/users_shared.rb', line 6 def users @users end |