mirai-core / net.mamoe.mirai.data / GroupAnnouncementList

GroupAnnouncementList

data class GroupAnnouncementList

群公告数据类 getGroupAnnouncementList时,如果page=1,那么你可以在inst里拿到一些置顶公告

发公告时只需要填写text,其他参数可为默认值

Constructors

<init>

群公告数据类 getGroupAnnouncementList时,如果page=1,那么你可以在inst里拿到一些置顶公告

GroupAnnouncementList(ec: Int, msg: String, feeds: List<GroupAnnouncement>? = null, inst: List<GroupAnnouncement>? = null)

Properties

ec

val ec: Int

feeds

val feeds: List<GroupAnnouncement>?

inst

val inst: List<GroupAnnouncement>?

msg

val msg: String