wechat.protobuf.GetOpenIMChatRoomContactReqOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface GetOpenIMChatRoomContactReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.GetOpenIMChatRoomContactReq)
com.google.protobuf.MessageOrBuilder {
/**
* optional string roomName = 1;
* @return Whether the roomName field is set.
*/
boolean hasRoomName();
/**
* optional string roomName = 1;
* @return The roomName.
*/
java.lang.String getRoomName();
/**
* optional string roomName = 1;
* @return The bytes for roomName.
*/
com.google.protobuf.ByteString
getRoomNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy