ChatInputAlignment

@objc
public enum ChatInputAlignment : Int

Режим выравнивания кнопок

  • top

    По вернхему краю

    Declaration

    Swift

    case top = 2
  • По центру

    Declaration

    Swift

    case center = 1
  • По нижнему краю

    Declaration

    Swift

    case bottom = 0