Class: TD::Types::InputStoryContent::Photo
- Inherits:
-
TD::Types::InputStoryContent
- Object
- Dry::Struct
- Base
- TD::Types::InputStoryContent
- TD::Types::InputStoryContent::Photo
- Defined in:
- lib/tdlib/types/input_story_content/photo.rb
Overview
A photo story.
Instance Attribute Summary collapse
-
#added_sticker_file_ids ⇒ Array<Integer>
File identifiers of the stickers added to the photo, if applicable.
-
#photo ⇒ TD::Types::InputFile
Photo to send.
Method Summary
Methods inherited from Base
Instance Attribute Details
#added_sticker_file_ids ⇒ Array<Integer>
File identifiers of the stickers added to the photo, if applicable.
8 9 10 |
# File 'lib/tdlib/types/input_story_content/photo.rb', line 8 def added_sticker_file_ids @added_sticker_file_ids end |
#photo ⇒ TD::Types::InputFile
Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920.
8 9 10 |
# File 'lib/tdlib/types/input_story_content/photo.rb', line 8 def photo @photo end |