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

wechat.protobuf.SendEmojiRespOrBuilder 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 SendEmojiRespOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.SendEmojiResp)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *发送结果
   * 
* * optional .wechat_proto.SendEmojiResp.result res = 3; * @return Whether the res field is set. */ boolean hasRes(); /** *
   *发送结果
   * 
* * optional .wechat_proto.SendEmojiResp.result res = 3; * @return The res. */ wechat.protobuf.SendEmojiResp.result getRes(); /** *
   *发送结果
   * 
* * optional .wechat_proto.SendEmojiResp.result res = 3; */ wechat.protobuf.SendEmojiResp.resultOrBuilder getResOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy