Class: TD::Types::BotCommandScope::ChatMember
- Inherits:
-
TD::Types::BotCommandScope
- Object
- Dry::Struct
- TD::Types::Base
- TD::Types::BotCommandScope
- TD::Types::BotCommandScope::ChatMember
- Defined in:
- lib/tdlib/types/bot_command_scope/chat_member.rb
Overview
A scope covering a member of a chat.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#user_id ⇒ Integer
User identifier.
Method Summary
Methods inherited from TD::Types::Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/bot_command_scope/chat_member.rb', line 6 def chat_id @chat_id end |
#user_id ⇒ Integer
User identifier.
6 7 8 |
# File 'lib/tdlib/types/bot_command_scope/chat_member.rb', line 6 def user_id @user_id end |