Class: TD::Types::RecommendedChatFolder

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/recommended_chat_folder.rb

Overview

Describes a recommended chat folder.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#descriptionTD::Types::String

Chat folder description.

Returns:

  • (TD::Types::String)

    the current value of description



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

def description
  @description
end

#folderTD::Types::ChatFolder

The chat folder.

Returns:



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

def folder
  @folder
end