Class TdApi.GetAttachedStickerSets

  • Enclosing class:
    TdApi

    public static class TdApi.GetAttachedStickerSets
    extends TdApi.Function
    Returns a list of sticker sets attached to a file. Currently only photos and videos can have attached sticker sets.

    Returns StickerSets

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int fileId
      File identifier.
    • Field Detail

      • fileId

        public int fileId
        File identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetAttachedStickerSets

        public GetAttachedStickerSets()
        Default constructor.
      • GetAttachedStickerSets

        public GetAttachedStickerSets​(int fileId)
        Constructor for initialization of all fields.
        Parameters:
        fileId - File identifier.