Sha256: 7f6ceabfda810558d5485780a249bff4cc9b2730a8ef218ca9e2f424acfa9048

Contents?: true

Size: 245 Bytes

Versions: 4

Compression:

Stored size: 245 Bytes

Contents

module TD::Types
  # A non-standard action has happened in the chat.
  #
  # @attr text [String] Message text to be shown in the chat.
  class MessageContent::CustomServiceAction < MessageContent
    attribute :text, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/message_content/custom_service_action.rb
tdlib-ruby-2.2.0 lib/tdlib/types/message_content/custom_service_action.rb
tdlib-ruby-2.1.0 lib/tdlib/types/message_content/custom_service_action.rb
tdlib-ruby-2.0.0 lib/tdlib/types/message_content/custom_service_action.rb