public enum ChatType extends Enum<ChatType>
CHANNEL
GROUP
PRIVATE
static ChatType
valueOf(String name)
static ChatType[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final ChatType PRIVATE
public static final ChatType GROUP
public static final ChatType CHANNEL
public static ChatType[] values()
public static ChatType valueOf(String name)
Copyright © 2015. All rights reserved.