Class TdApi.MessageCustomServiceAction

Enclosing class:
TdApi

public static class TdApi.MessageCustomServiceAction
extends TdApi.MessageContent
A non-standard action has happened in the chat.
  • Field Details

    • text

      public String text
      Message text to be shown in the chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • MessageCustomServiceAction

      public MessageCustomServiceAction()
      A non-standard action has happened in the chat.
    • MessageCustomServiceAction

      public MessageCustomServiceAction​(String text)
      A non-standard action has happened in the chat.
      Parameters:
      text - String Message text to be shown in the chat.
    • MessageCustomServiceAction

      public MessageCustomServiceAction​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details