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