Sha256: 7529b3bda4cfc4b4cfa14848f34c7e1d401be16c93c06932d6843a128182fcb3

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 Bytes

Contents

module TD::Types
  # Represents a filter for message search results.
  class SearchMessagesFilter < Base
    %w[
      empty
      animation
      audio
      document
      photo
      video
      voice_note
      photo_and_video
      url
      chat_photo
      call
      missed_call
      video_note
      voice_and_video_note
      mention
      unread_mention
      failed_to_send
      pinned
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/search_messages_filter/#{type}"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/search_messages_filter.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/search_messages_filter.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/search_messages_filter.rb