程序包 onebot
接口 OnebotApi.SetGroupNameReqOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
- 封闭类:
- OnebotApi
public static interface OnebotApi.SetGroupNameReqOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
方法概要
修饰符和类型 方法 说明 longgetGroupId()int64 group_id = 1;java.lang.StringgetGroupName()string group_name = 2;com.google.protobuf.ByteStringgetGroupNameBytes()string group_name = 2;
-
方法详细资料
-
getGroupId
long getGroupId()int64 group_id = 1; -
getGroupName
java.lang.String getGroupName()string group_name = 2; -
getGroupNameBytes
com.google.protobuf.ByteString getGroupNameBytes()string group_name = 2;
-