Enum BotInfoResponse_chatMode
Chat settings set in the LINE Official Account Manager. One of:chat: Chat is set to "On".bot: Chat is set to "Off".
public enum BotInfoResponse_chatMode
Fields
[EnumMember(Value = "bot")] Bot = 1[EnumMember(Value = "chat")] Chat = 0