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

wechat.protobuf.StatusNotifyUnreadChatOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface StatusNotifyUnreadChatOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.StatusNotifyUnreadChat)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string userName = 1;
   * @return Whether the userName field is set.
   */
  boolean hasUserName();
  /**
   * optional string userName = 1;
   * @return The userName.
   */
  java.lang.String getUserName();
  /**
   * optional string userName = 1;
   * @return The bytes for userName.
   */
  com.google.protobuf.ByteString
      getUserNameBytes();

  /**
   * optional uint32 lastReadTime = 2;
   * @return Whether the lastReadTime field is set.
   */
  boolean hasLastReadTime();
  /**
   * optional uint32 lastReadTime = 2;
   * @return The lastReadTime.
   */
  int getLastReadTime();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy