Class: TD::Types::ChatPhotoSticker
- Defined in:
- lib/tdlib/types/chat_photo_sticker.rb
Overview
Information about the sticker, which was used to create the chat photo. The sticker is shown at the center of the photo and occupies at most 67% of it.
Instance Attribute Summary collapse
-
#background_fill ⇒ TD::Types::BackgroundFill
The fill to be used as background for the sticker; rotation angle in BackgroundFill::Gradient isn’t supported.
-
#type ⇒ TD::Types::ChatPhotoStickerType
Type of the sticker.
Method Summary
Methods inherited from Base
Instance Attribute Details
#background_fill ⇒ TD::Types::BackgroundFill
The fill to be used as background for the sticker; rotation angle in BackgroundFill::Gradient isn’t supported.
8 9 10 |
# File 'lib/tdlib/types/chat_photo_sticker.rb', line 8 def background_fill @background_fill end |
#type ⇒ TD::Types::ChatPhotoStickerType
Type of the sticker.
8 9 10 |
# File 'lib/tdlib/types/chat_photo_sticker.rb', line 8 def type @type end |