Class: TD::Types::BotCommandScope::Chat

Inherits:
TD::Types::BotCommandScope show all
Defined in:
lib/tdlib/types/bot_command_scope/chat.rb

Overview

A scope covering all members of a chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from TD::Types::Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



5
6
7
# File 'lib/tdlib/types/bot_command_scope/chat.rb', line 5

def chat_id
  @chat_id
end