Class TdApi.MessageCustomServiceAction

  • Enclosing class:
    TdApi

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

      • text

        public 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()
        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 - Message text to be shown in the chat.