Module tdlight.api

Class TdApi.MessageCustomServiceAction

Enclosing class:
TdApi

public static final 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:
  • 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
      A non-standard action has happened in the chat.
      Throws:
      IOException
  • Method Details