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 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 for a function, which returns a list of sticker sets attached to a file. Currently, only photos and videos can have attached sticker sets.

        Returns StickerSets

      • GetAttachedStickerSets

        public GetAttachedStickerSets​(int fileId)
        Creates a function, which returns a list of sticker sets attached to a file. Currently, only photos and videos can have attached sticker sets.

        Returns StickerSets

        Parameters:
        fileId - File identifier.