Class TdApi.SetBusinessMessageIsPinned

Enclosing class:
TdApi

public static class TdApi.SetBusinessMessageIsPinned extends TdApi.Function<TdApi.Ok>
Pins or unpins a message sent on behalf of a business account; for bots only.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Unique identifier of business connection on behalf of which the message was sent.
    long
    The chat the message belongs to.
    static final int
    Identifier uniquely determining type of the object.
    boolean
    Pass true to pin the message, pass false to unpin it.
    long
    Identifier of the message.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which pins or unpins a message sent on behalf of a business account; for bots only.
    SetBusinessMessageIsPinned(String businessConnectionId, long chatId, long messageId, boolean isPinned)
    Creates a function, which pins or unpins a message sent on behalf of a business account; for bots only.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • businessConnectionId

      public String businessConnectionId
      Unique identifier of business connection on behalf of which the message was sent.
    • chatId

      public long chatId
      The chat the message belongs to.
    • messageId

      public long messageId
      Identifier of the message.
    • isPinned

      public boolean isPinned
      Pass true to pin the message, pass false to unpin it.
    • CONSTRUCTOR

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

    • SetBusinessMessageIsPinned

      public SetBusinessMessageIsPinned()
      Default constructor for a function, which pins or unpins a message sent on behalf of a business account; for bots only.

      Returns Ok

    • SetBusinessMessageIsPinned

      public SetBusinessMessageIsPinned(String businessConnectionId, long chatId, long messageId, boolean isPinned)
      Creates a function, which pins or unpins a message sent on behalf of a business account; for bots only.

      Returns Ok

      Parameters:
      businessConnectionId - Unique identifier of business connection on behalf of which the message was sent.
      chatId - The chat the message belongs to.
      messageId - Identifier of the message.
      isPinned - Pass true to pin the message, pass false to unpin it.
  • 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