Home
last modified time | relevance | path

Searched defs:TextChannel (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dmessage.h42 class TextChannel; variable
86 friend class TextChannel; variable
H A Dtypes.h100 class TextChannel; variable
H A Dtext-channel.cpp651 TextChannel::TextChannel(const ConnectionPtr &connection, in TextChannel() function in Tp::TextChannel
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/kpeople/actionsplugin/
H A Dkpeople-actions-plugin.cpp42 TextChannel, enumerator
/dports/games/automuteus/automuteus-6.15.2/discord/
H A Dredis.go87 TextChannel string member
/dports/games/py-discord.py/discord.py-1.7.3/discord/
H A Dchannel.py53 class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): class