All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.GetOpenIMChatRoomContactReqOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// 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