Class TdApi.UpdateMessageSuggestedPostInfo

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageSuggestedPostInfo
Enclosing class:
TdApi

public static class TdApi.UpdateMessageSuggestedPostInfo extends TdApi.Update
Information about suggested post of a message was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • suggestedPostInfo

      public TdApi.SuggestedPostInfo suggestedPostInfo
      The new information about the suggested post.
    • CONSTRUCTOR

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

    • UpdateMessageSuggestedPostInfo

      public UpdateMessageSuggestedPostInfo()
      Information about suggested post of a message was changed.
    • UpdateMessageSuggestedPostInfo

      public UpdateMessageSuggestedPostInfo(long chatId, long messageId, TdApi.SuggestedPostInfo suggestedPostInfo)
      Information about suggested post of a message was changed.
      Parameters:
      chatId - Chat identifier.
      messageId - Message identifier.
      suggestedPostInfo - The new information about the suggested post.
  • 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