Interface DialogPlainMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DialogPlainMessage, DialogPlainMessage.Builder

@Generated public interface DialogPlainMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Text content, typically a JSON text component string.
    com.google.protobuf.ByteString
    Text content, typically a JSON text component string.
    int
    Display width in pixels.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getContents

      String getContents()
      Text content, typically a JSON text component string.
      May contain formatting, colors, click events, etc.
      
      string contents = 1;
      Returns:
      The contents.
    • getContentsBytes

      com.google.protobuf.ByteString getContentsBytes()
      Text content, typically a JSON text component string.
      May contain formatting, colors, click events, etc.
      
      string contents = 1;
      Returns:
      The bytes for contents.
    • getWidth

      int getWidth()
      Display width in pixels.
      Range: 1-1024, default: 200.
      
      int32 width = 2;
      Returns:
      The width.