public enum ChatType extends Enum<ChatType>
| Enum Constant and Description |
|---|
CHANNEL |
GROUP |
PRIVATE |
SUPERGROUP |
| Modifier and Type | Method and Description |
|---|---|
static ChatType |
fromString(String str) |
static ChatType |
valueOf(String name) |
static ChatType[] |
values() |
Copyright © 2015 iSuper.org. All Rights Reserved.