Class TdApi.UploadStickerFile

Enclosing class:
TdApi

public static class TdApi.UploadStickerFile
extends TdApi.Function
Uploads a PNG image with a sticker; returns the uploaded file.

Returns File

  • Field Details

    • userId

      public long userId
      Sticker file owner; ignored for regular users.
    • sticker

      public TdApi.InputSticker sticker
      Sticker file to upload.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • UploadStickerFile

      public UploadStickerFile()
      Uploads a PNG image with a sticker; returns the uploaded file.

      Returns File

    • UploadStickerFile

      public UploadStickerFile​(long userId, TdApi.InputSticker sticker)
      Uploads a PNG image with a sticker; returns the uploaded file.

      Returns File

      Parameters:
      userId - long Sticker file owner; ignored for regular users.
      sticker - InputSticker Sticker file to upload.
    • UploadStickerFile

      public UploadStickerFile​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details