Class: TD::Types::InputMessageContent::Sticker
- Inherits:
-
TD::Types::InputMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::InputMessageContent
- TD::Types::InputMessageContent::Sticker
- Defined in:
- lib/tdlib/types/input_message_content/sticker.rb
Overview
A sticker message.
Instance Attribute Summary collapse
-
#emoji ⇒ TD::Types::String
Emoji used to choose the sticker.
-
#height ⇒ Integer
Sticker height.
-
#sticker ⇒ TD::Types::InputFile
Sticker to be sent.
-
#thumbnail ⇒ TD::Types::InputThumbnail?
Sticker thumbnail, if available.
-
#width ⇒ Integer
Sticker width.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emoji ⇒ TD::Types::String
Emoji used to choose the sticker.
9 10 11 |
# File 'lib/tdlib/types/input_message_content/sticker.rb', line 9 def emoji @emoji end |
#height ⇒ Integer
Sticker height.
9 10 11 |
# File 'lib/tdlib/types/input_message_content/sticker.rb', line 9 def height @height end |
#sticker ⇒ TD::Types::InputFile
Sticker to be sent.
9 10 11 |
# File 'lib/tdlib/types/input_message_content/sticker.rb', line 9 def sticker @sticker end |
#thumbnail ⇒ TD::Types::InputThumbnail?
Sticker thumbnail, if available.
9 10 11 |
# File 'lib/tdlib/types/input_message_content/sticker.rb', line 9 def thumbnail @thumbnail end |
#width ⇒ Integer
Sticker width.
9 10 11 |
# File 'lib/tdlib/types/input_message_content/sticker.rb', line 9 def width @width end |