Class TdApi.MessageSuggestedPostDeclined

Enclosing class:
TdApi

public static class TdApi.MessageSuggestedPostDeclined extends TdApi.MessageContent
A suggested post was declined.
  • Field Details

    • suggestedPostMessageId

      public long suggestedPostMessageId
      Identifier of the message with the suggested post; can be 0 if the message was deleted.
    • comment

      public String comment
      Comment added by administrator of the channel when the post was declined.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageSuggestedPostDeclined

      public MessageSuggestedPostDeclined()
      A suggested post was declined.
    • MessageSuggestedPostDeclined

      public MessageSuggestedPostDeclined(long suggestedPostMessageId, String comment)
      A suggested post was declined.
      Parameters:
      suggestedPostMessageId - Identifier of the message with the suggested post; can be 0 if the message was deleted.
      comment - Comment added by administrator of the channel when the post was declined.
  • 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