
wechat.protobuf.GetChatRoomInfoDetailResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface GetChatRoomInfoDetailResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.GetChatRoomInfoDetailResponse)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return Whether the baseResponse field is set.
*/
boolean hasBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return The baseResponse.
*/
wechat.protobuf.BaseResponse getBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();
/**
*
* 群公告
*
*
* optional string announcement = 2;
* @return Whether the announcement field is set.
*/
boolean hasAnnouncement();
/**
*
* 群公告
*
*
* optional string announcement = 2;
* @return The announcement.
*/
java.lang.String getAnnouncement();
/**
*
* 群公告
*
*
* optional string announcement = 2;
* @return The bytes for announcement.
*/
com.google.protobuf.ByteString
getAnnouncementBytes();
/**
*
* 群版本号
*
*
* optional uint32 chatRoomInfoVersion = 3;
* @return Whether the chatRoomInfoVersion field is set.
*/
boolean hasChatRoomInfoVersion();
/**
*
* 群版本号
*
*
* optional uint32 chatRoomInfoVersion = 3;
* @return The chatRoomInfoVersion.
*/
int getChatRoomInfoVersion();
/**
*
* 修改群公告的人微信ID
*
*
* optional string announcementEditor = 4;
* @return Whether the announcementEditor field is set.
*/
boolean hasAnnouncementEditor();
/**
*
* 修改群公告的人微信ID
*
*
* optional string announcementEditor = 4;
* @return The announcementEditor.
*/
java.lang.String getAnnouncementEditor();
/**
*
* 修改群公告的人微信ID
*
*
* optional string announcementEditor = 4;
* @return The bytes for announcementEditor.
*/
com.google.protobuf.ByteString
getAnnouncementEditorBytes();
/**
*
* 群公告发布时间
*
*
* optional uint32 announcementPublishTime = 5;
* @return Whether the announcementPublishTime field is set.
*/
boolean hasAnnouncementPublishTime();
/**
*
* 群公告发布时间
*
*
* optional uint32 announcementPublishTime = 5;
* @return The announcementPublishTime.
*/
int getAnnouncementPublishTime();
/**
* optional uint32 chatRoomStatus = 6;
* @return Whether the chatRoomStatus field is set.
*/
boolean hasChatRoomStatus();
/**
* optional uint32 chatRoomStatus = 6;
* @return The chatRoomStatus.
*/
int getChatRoomStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy