Uses of Interface
top.focess.qq.api.bot.contact.Transmitter
-
Packages that use Transmitter Package Description top.focess.qq.api.bot top.focess.qq.api.bot.contact -
-
Uses of Transmitter in top.focess.qq.api.bot
Methods in top.focess.qq.api.bot with parameters of type Transmitter Modifier and Type Method Description voidBot. sendMessage(Transmitter transmitter, String message)voidBot. sendMessage(Transmitter transmitter, Message message)ImageBot. uploadImage(Transmitter transmitter, InputStream resource) -
Uses of Transmitter in top.focess.qq.api.bot.contact
Subinterfaces of Transmitter in top.focess.qq.api.bot.contact Modifier and Type Interface Description interfaceFriendRepresents a friend.interfaceGroupRepresents a group.interfaceSpeakerRepresents a transmitter, which can upload audio.interfaceStrangerRepresents a stranger.
-