Class TdApi.PageBlockCaption

  • Enclosing class:
    TdApi

    public static class TdApi.PageBlockCaption
    extends TdApi.Object
    Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
    • Field Detail

      • credit

        public TdApi.RichText credit
        Block credit (like HTML tag <cite>).
      • CONSTRUCTOR

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

      • PageBlockCaption

        public PageBlockCaption()
        Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
      • PageBlockCaption

        public PageBlockCaption​(TdApi.RichText text,
                                TdApi.RichText credit)
        Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
        Parameters:
        text - Content of the caption.
        credit - Block credit (like HTML tag <cite>).