Class TdApi.ChatSourcePublicServiceAnnouncement

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatSource
dev.voroby.springframework.telegram.client.TdApi.ChatSourcePublicServiceAnnouncement
Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - The type of the announcement.
      text - The text of the announcement.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR