Sha256: 74c66dad788db226e5f33e215d4e8ae948d8f818b9b1af1928e2484b46381d00

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 Bytes

Contents

module TD::Types
  # A message with a location.
  #
  # @attr location [TD::Types::Location] Location to be sent.
  # @attr live_period [Integer] Period for which the location can be updated, in seconds; should bebetween 60 and 86400
  #   for a live location and 0 otherwise.
  class InputMessageContent::Location < InputMessageContent
    attribute :location, TD::Types::Location
    attribute :live_period, TD::Types::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/input_message_content/location.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_message_content/location.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_message_content/location.rb