Module tdlight.api

Class TdApi.ChatSourcePublicServiceAnnouncement

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatSource
it.tdlight.jni.TdApi.ChatSourcePublicServiceAnnouncement
Enclosing class:
TdApi

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

    • type

      public String type
      The type of the announcement.
    • text

      public String text
      The text of the announcement.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • 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 - String The type of the announcement.
      text - String The text of the announcement.
    • ChatSourcePublicServiceAnnouncement

      public ChatSourcePublicServiceAnnouncement(DataInput input) throws IOException
      The chat contains a public service announcement.
      Throws:
      IOException
  • Method Details