Table of Contents

Enum BotInfoResponse_chatMode

Namespace
Line.OpenApi.Messaging.Generated.Api.Models
Assembly
Line.OpenApi.Messaging.dll

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