Package com.aliucord.api.rn.channel
Class RNChannel
-
- All Implemented Interfaces:
public final class RNChannel extends Channel
-
-
Field Summary
Fields Modifier and Type Field Description private final List<RNUser>
recipients
-
Constructor Summary
Constructors Constructor Description RNChannel(String topic, Integer type, Long guildId, String name, Long lastMessageId, Long id, Long ownerId, List<Long> recipientIds, List<RNUser> recipients, Integer position, List<PermissionOverwrite> permissionOverwrites, Integer userLimit, Integer bitrate, String icon, Long originChannelId, Long applicationId, List<ChannelRecipientNick> nicks, Boolean nsfw, Long parentId, String memberListId, Integer rateLimitPerUser, Integer defaultAutoArchiveDuration, String rtcRegion, Long flags, GuildHashes guildHashes, List<ForumTag> availableTags, List<Long> appliedTags, ThreadMetadata threadMetadata, Integer messageCount, Integer memberCount, List<Long> memberIdsPreview, ThreadMember threadMember)
-
Method Summary
Modifier and Type Method Description final List<RNUser>
getRecipients()
-
Methods inherited from class com.discord.api.channel.Channel
A, B, C, D, E, b, c, d, e, equals, f, g, h, hashCode, i, j, k, l, m, n, o, p, q, r, s, t, toString, u, v, w, x, y, z
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RNChannel
RNChannel(String topic, Integer type, Long guildId, String name, Long lastMessageId, Long id, Long ownerId, List<Long> recipientIds, List<RNUser> recipients, Integer position, List<PermissionOverwrite> permissionOverwrites, Integer userLimit, Integer bitrate, String icon, Long originChannelId, Long applicationId, List<ChannelRecipientNick> nicks, Boolean nsfw, Long parentId, String memberListId, Integer rateLimitPerUser, Integer defaultAutoArchiveDuration, String rtcRegion, Long flags, GuildHashes guildHashes, List<ForumTag> availableTags, List<Long> appliedTags, ThreadMetadata threadMetadata, Integer messageCount, Integer memberCount, List<Long> memberIdsPreview, ThreadMember threadMember)
-
-
Method Detail
-
getRecipients
final List<RNUser> getRecipients()
-
-
-
-