Class: TD::Types::StoryInteractionType::Forward

Inherits:
TD::Types::StoryInteractionType show all
Defined in:
lib/tdlib/types/story_interaction_type/forward.rb

Overview

A forward of the story as a message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messageTD::Types::Message

The message with story forward.

Returns:



5
6
7
# File 'lib/tdlib/types/story_interaction_type/forward.rb', line 5

def message
  @message
end