-
- All Implemented Interfaces:
-
top.nkdark.gocq.proto.guild.IData
public final class ChannelQuoteData implements IData
-
-
Constructor Summary
Constructors Constructor Description ChannelQuoteData(String displayText, String guildId, String channelId)
-
Method Summary
Modifier and Type Method Description final StringgetDisplayText()显示文本 final StringgetGuildId()频道ID final StringgetChannelId()子频道ID -
-
Method Detail
-
getDisplayText
final String getDisplayText()
显示文本
-
getGuildId
final String getGuildId()
频道ID
-
getChannelId
final String getChannelId()
子频道ID
-
-
-
-