Method: CallbackQuery#chat_instance
- Defined in:
- lib/objects/callback_query.rb
#chat_instance ⇒ Object
Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.
49 50 51 |
# File 'lib/objects/callback_query.rb', line 49 def chat_instance @query.chat_instance end |