Class: TD::Types::StickerFullType::Mask

Inherits:
TD::Types::StickerFullType show all
Defined in:
lib/tdlib/types/sticker_full_type/mask.rb

Overview

The sticker is a mask in WEBP format to be placed on photos or videos.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#mask_positionTD::Types::MaskPosition?

Position where the mask is placed; may be null.

Returns:



5
6
7
# File 'lib/tdlib/types/sticker_full_type/mask.rb', line 5

def mask_position
  @mask_position
end