Class: TD::Types::PushMessageContent::ChatChangeTitle

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/chat_change_title.rb

Overview

A chat title was edited.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#titleTD::Types::String

New chat title.

Returns:

  • (TD::Types::String)

    the current value of title



5
6
7
# File 'lib/tdlib/types/push_message_content/chat_change_title.rb', line 5

def title
  @title
end