Class TdApi.GetBusinessChatLinkInfo

Enclosing class:
TdApi

public static class TdApi.GetBusinessChatLinkInfo extends TdApi.Function<TdApi.BusinessChatLinkInfo>
Returns information about a business chat link.

Returns BusinessChatLinkInfo

  • Field Details

    • linkName

      public String linkName
      Name of the link.
    • CONSTRUCTOR

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

    • GetBusinessChatLinkInfo

      public GetBusinessChatLinkInfo()
      Default constructor for a function, which returns information about a business chat link.

      Returns BusinessChatLinkInfo

    • GetBusinessChatLinkInfo

      public GetBusinessChatLinkInfo(String linkName)
      Creates a function, which returns information about a business chat link.

      Returns BusinessChatLinkInfo

      Parameters:
      linkName - Name of the link.
  • 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