Class TdApi.PageBlockListItem

  • Enclosing class:
    TdApi

    public static class TdApi.PageBlockListItem
    extends TdApi.Object
    Describes an item of a list page block.
    • Field Detail

      • label

        public String label
        Item label.
      • CONSTRUCTOR

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

      • PageBlockListItem

        public PageBlockListItem()
        Describes an item of a list page block.
      • PageBlockListItem

        public PageBlockListItem​(String label,
                                 TdApi.PageBlock[] pageBlocks)
        Describes an item of a list page block.
        Parameters:
        label - Item label.
        pageBlocks - Item blocks.