Class: TD::Types::MessageContent::CustomServiceAction

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/custom_service_action.rb

Overview

A non-standard action has happened in the chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#textTD::Types::String

Message text to be shown in the chat.

Returns:

  • (TD::Types::String)

    the current value of text



5
6
7
# File 'lib/tdlib/types/message_content/custom_service_action.rb', line 5

def text
  @text
end