InputViewStyle

data class InputViewStyle(var sendButton: IconButtonChatStyle, var attachButton: IconButtonChatStyle, var voiceButton: IconButtonChatStyle, var textInput: InputChatStyle? = null) : Serializable

Описывает стиль для поля ввода плюс его окружение (кнопки отправки и т.д.)

Parameters

sendButton

стиль для кнопки отправки сообщения

attachButton

стиль для кнопки "прикрепить вложение"

voiceButton

стиль для кнопки "записать голосовое сообщение"

textInput

стиль для поля ввода

Constructors

Link copied to clipboard
constructor(sendButton: IconButtonChatStyle, attachButton: IconButtonChatStyle, voiceButton: IconButtonChatStyle, textInput: InputChatStyle? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard