Class TdApi.UpdateFavoriteStickers

Enclosing class:
TdApi

public static class TdApi.UpdateFavoriteStickers extends TdApi.Update
The list of favorite stickers was updated.
  • Field Details

    • stickerIds

      public int[] stickerIds
      The new list of file identifiers of favorite stickers.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateFavoriteStickers

      public UpdateFavoriteStickers()
      The list of favorite stickers was updated.
    • UpdateFavoriteStickers

      public UpdateFavoriteStickers(int[] stickerIds)
      The list of favorite stickers was updated.
      Parameters:
      stickerIds - The new list of file identifiers of favorite stickers.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR