ChatInputStyle

@objcMembers
public final class ChatInputStyle : ChatStyle

Стиль панели ввода сообщений в чате

Lifecycle

Public

  • Цвет линии разделяющей поле ввода от чата

    Declaration

    Swift

    public var separatorLineColor: UIColor
  • Стиль поля ввода текста

    Declaration

    Swift

    public var inputTextStyle: ChatInputTextStyle
  • Стиль отображения процитованых сообщений

    Declaration

    Swift

    public lazy var quoteStyle: ChatInputQuoteStyle { get set }
  • Стиль кнопки “Отправить”

    Declaration

    Swift

    public var sendButtonStyle: IconButtonStyle
  • Стиль кнопки “Прикрепить”

    Declaration

    Swift

    public var attachButtonStyle: IconButtonStyle
  • Стиль кнопки “Голосовое”

    Declaration

    Swift

    public var voiceButtonStyle: IconButtonStyle
  • Стиль отображения записи голосовых сообщений

    Declaration

    Swift

    public lazy var voiceRecordStyle: ChatInputVoiceStyle { get set }
  • Выравнивание кнопок ввода относительно поля ввода

    Declaration

    Swift

    public var alignment: ChatInputAlignment