Class TdApi.PageBlockTable

    • Field Detail

      • isBordered

        public boolean isBordered
        True, if the table is bordered.
      • isStriped

        public boolean isStriped
        True, if the table is striped.
      • CONSTRUCTOR

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

      • PageBlockTable

        public PageBlockTable()
        A table.
      • PageBlockTable

        public PageBlockTable​(TdApi.RichText caption,
                              TdApi.PageBlockTableCell[][] cells,
                              boolean isBordered,
                              boolean isStriped)
        A table.
        Parameters:
        caption - Table caption.
        cells - Table cells.
        isBordered - True, if the table is bordered.
        isStriped - True, if the table is striped.