Class: TD::Types::InputStoryAreaType::FoundVenue

Inherits:
TD::Types::InputStoryAreaType show all
Defined in:
lib/tdlib/types/input_story_area_type/found_venue.rb

Overview

An area pointing to a venue found by the bot getOption(“venue_search_bot_username”).

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#query_idInteger

Identifier of the inline query, used to found the venue.

Returns:

  • (Integer)

    the current value of query_id



6
7
8
# File 'lib/tdlib/types/input_story_area_type/found_venue.rb', line 6

def query_id
  @query_id
end

#result_idTD::Types::String

Identifier of the inline query result.

Returns:

  • (TD::Types::String)

    the current value of result_id



6
7
8
# File 'lib/tdlib/types/input_story_area_type/found_venue.rb', line 6

def result_id
  @result_id
end