Module tdlight.api

Class TdApi.StickerFullTypeMask

Enclosing class:
TdApi

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

  • Constructor Details

    • StickerFullTypeMask

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

      public StickerFullTypeMask(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.
    • StickerFullTypeMask

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