Class UploadStickerFile


public class UploadStickerFile
extends AbstractUploadRequest<UploadStickerFile,​GetFileResponse>
Stas Parshin 23 July 2017
  • Constructor Details

    • UploadStickerFile

      @Deprecated public UploadStickerFile​(java.lang.Long userId, java.lang.Object pngSticker)
      Deprecated.
      Use constructor with the InputFile type (since API v6.6)
    • UploadStickerFile

      public UploadStickerFile​(java.lang.Long userId, java.lang.Object sticker, Sticker.Format stickerFormat)
      Parameters:
      stickerFormat - must be one of “static”, “animated”, “video”.