Module tdlight.api

Class TdApi.StickerTypeMask

Enclosing class:
TdApi

public static final class TdApi.StickerTypeMask extends TdApi.StickerType
The sticker is a mask in WEBP format to be placed on photos or videos.
  • Field Details

  • Constructor Details

    • StickerTypeMask

      public StickerTypeMask()
      The sticker is a mask in WEBP format to be placed on photos or videos.
    • StickerTypeMask

      public StickerTypeMask(TdApi.MaskPosition maskPosition)
      The sticker is a mask in WEBP format to be placed on photos or videos.
      Parameters:
      maskPosition - MaskPosition Position where the mask is placed; may be null.
    • StickerTypeMask

      public StickerTypeMask(DataInput input) throws IOException
      The sticker is a mask in WEBP format to be placed on photos or videos.
      Throws:
      IOException
  • Method Details