Class: TD::Types::InputStoryContent::Photo

Inherits:
TD::Types::InputStoryContent show all
Defined in:
lib/tdlib/types/input_story_content/photo.rb

Overview

A photo story.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#added_sticker_file_idsArray<Integer>

File identifiers of the stickers added to the photo, if applicable.

Returns:

  • (Array<Integer>)

    the current value of added_sticker_file_ids



8
9
10
# File 'lib/tdlib/types/input_story_content/photo.rb', line 8

def added_sticker_file_ids
  @added_sticker_file_ids
end

#photoTD::Types::InputFile

Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920.

Returns:



8
9
10
# File 'lib/tdlib/types/input_story_content/photo.rb', line 8

def photo
  @photo
end