Class TdApi.ChatSourcePublicServiceAnnouncement

  • Enclosing class:
    TdApi

    public static class TdApi.ChatSourcePublicServiceAnnouncement
    extends TdApi.ChatSource
    The chat contains a public service announcement.
    • Field Detail

      • type

        public String type
        The type of the announcement.
      • text

        public String text
        The text of the announcement.
      • CONSTRUCTOR

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

      • ChatSourcePublicServiceAnnouncement

        public ChatSourcePublicServiceAnnouncement()
        The chat contains a public service announcement.
      • ChatSourcePublicServiceAnnouncement

        public ChatSourcePublicServiceAnnouncement​(String type,
                                                   String text)
        The chat contains a public service announcement.
        Parameters:
        type - The type of the announcement.
        text - The text of the announcement.