Package 

Interface GroupList

  • All Implemented Interfaces:
    kotlin.collections.Iterable , love.forte.simbot.api.message.containers.Container , love.forte.simbot.api.message.containers.OriginalDataContainer , love.forte.simbot.api.message.results.MultipleResults , love.forte.simbot.api.message.results.Result

    
    public interface GroupList
     implements MultipleResults<SimpleGroupInfo>
                        

    群列表,得到一些群的基础信息

    • Method Summary

      Modifier and Type Method Description
      abstract List<SimpleGroupInfo> getResults() 得到结果集合。可能会是空的,但不应为null。
      abstract String getOriginalData() 得到原始数据字符串。 数据不应该为null。原始数据信息一般用于debug或测试用,大部分情况下功能类似于toString。
      • Methods inherited from class love.forte.simbot.api.message.results.GroupList

        isEmpty, iterator, size, stream
      • Methods inherited from class love.forte.simbot.api.message.results.MultipleResults

        forEach, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getOriginalData

         abstract String getOriginalData()

        得到原始数据字符串。 数据不应该为null。

        原始数据信息一般用于debug或测试用,大部分情况下功能类似于toString。