Class TdApi.MessageCustomServiceAction

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String text
      Message text to be shown in the chat.
    • Field Detail

      • text

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageCustomServiceAction

        public MessageCustomServiceAction()
        Default constructor.
      • MessageCustomServiceAction

        public MessageCustomServiceAction​(java.lang.String text)
        Constructor for initialization of all fields.
        Parameters:
        text - Message text to be shown in the chat.