Class TdApi.FoundMessages

  • Enclosing class:
    TdApi

    public static class TdApi.FoundMessages
    extends TdApi.Object
    Contains a list of messages found by a search.
    • Field Detail

      • nextFromSearchId

        public long nextFromSearchId
        Value to pass as fromSearchId to get more results.
      • CONSTRUCTOR

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

      • FoundMessages

        public FoundMessages()
        Default constructor.
      • FoundMessages

        public FoundMessages​(TdApi.Message[] messages,
                             long nextFromSearchId)
        Constructor for initialization of all fields.
        Parameters:
        messages - List of messages.
        nextFromSearchId - Value to pass as fromSearchId to get more results.