diff --git a/allclasses-index.html b/allclasses-index.html index 56ea2ad6012..fc52447802a 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (TDLight API 4.0.472 API) +All Classes and Interfaces (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessAwayMessageSchedule

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessAwayMessageSchedule
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.BusinessAwayMessageScheduleAlways, TdApi.BusinessAwayMessageScheduleCustom, TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours
+
+
+
Enclosing class:
+
TdApi
+
+
+ +
This class is an abstract base class. + Describes conditions for sending of away messages by a Telegram + Business account.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BusinessAwayMessageSchedule

      +
      public BusinessAwayMessageSchedule()
      +
      Default class constructor.
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleAlways.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleAlways.html new file mode 100644 index 00000000000..4085c669095 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleAlways.html @@ -0,0 +1,301 @@ + + + + +TdApi.BusinessAwayMessageScheduleAlways (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessAwayMessageScheduleAlways

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessAwayMessageSchedule +
it.tdlight.jni.TdApi.BusinessAwayMessageScheduleAlways
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessAwayMessageScheduleAlways +extends TdApi.BusinessAwayMessageSchedule
+
Send away messages always.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessAwayMessageScheduleAlways

      +
      public BusinessAwayMessageScheduleAlways()
      +
      Send away messages always.
      +
      +
    • +
    • +
      +

      BusinessAwayMessageScheduleAlways

      +
      public BusinessAwayMessageScheduleAlways(DataInput input) + throws IOException
      +
      Send away messages always.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleCustom.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleCustom.html new file mode 100644 index 00000000000..658f687aedb --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleCustom.html @@ -0,0 +1,343 @@ + + + + +TdApi.BusinessAwayMessageScheduleCustom (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessAwayMessageScheduleCustom

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessAwayMessageSchedule +
it.tdlight.jni.TdApi.BusinessAwayMessageScheduleCustom
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessAwayMessageScheduleCustom +extends TdApi.BusinessAwayMessageSchedule
+
Send away messages only in the specified time span.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      startDate

      +
      public int startDate
      +
      Point in time (Unix timestamp) when the away messages will start to be sent.
      +
      +
    • +
    • +
      +

      endDate

      +
      public int endDate
      +
      Point in time (Unix timestamp) when the away messages will stop to be sent.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessAwayMessageScheduleCustom

      +
      public BusinessAwayMessageScheduleCustom()
      +
      Send away messages only in the specified time span.
      +
      +
    • +
    • +
      +

      BusinessAwayMessageScheduleCustom

      +
      public BusinessAwayMessageScheduleCustom(int startDate, + int endDate)
      +
      Send away messages only in the specified time span.
      +
      +
      Parameters:
      +
      startDate - Point in time (Unix timestamp) when the away messages will start to be sent.
      +
      endDate - Point in time (Unix timestamp) when the away messages will stop to be sent.
      +
      +
      +
    • +
    • +
      +

      BusinessAwayMessageScheduleCustom

      +
      public BusinessAwayMessageScheduleCustom(DataInput input) + throws IOException
      +
      Send away messages only in the specified time span.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours.html new file mode 100644 index 00000000000..d8fab35c4bb --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours.html @@ -0,0 +1,301 @@ + + + + +TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessAwayMessageSchedule +
it.tdlight.jni.TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours +extends TdApi.BusinessAwayMessageSchedule
+
Send away messages outside of the business opening hours.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessAwayMessageScheduleOutsideOfOpeningHours

      +
      public BusinessAwayMessageScheduleOutsideOfOpeningHours()
      +
      Send away messages outside of the business opening hours.
      +
      +
    • +
    • +
      +

      BusinessAwayMessageScheduleOutsideOfOpeningHours

      +
      public BusinessAwayMessageScheduleOutsideOfOpeningHours(DataInput input) + throws IOException
      +
      Send away messages outside of the business opening hours.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageSettings.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageSettings.html new file mode 100644 index 00000000000..9d2f924cc85 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessAwayMessageSettings.html @@ -0,0 +1,372 @@ + + + + +TdApi.BusinessAwayMessageSettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessAwayMessageSettings

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessAwayMessageSettings
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessAwayMessageSettings +extends TdApi.Object
+
Describes settings for messages that are automatically sent by a + Telegram Business account when it is away.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      Unique quick reply shortcut identifier for the away messages.
      +
      +
    • +
    • +
      +

      recipients

      +
      public TdApi.BusinessRecipients recipients
      +
      Chosen recipients of the away messages.
      +
      +
    • +
    • +
      +

      schedule

      + +
      Settings used to check whether the current user is away.
      +
      +
    • +
    • +
      +

      offlineOnly

      +
      public boolean offlineOnly
      +
      True, if the messages must not be sent if the account was online in the last 10 minutes.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessAwayMessageSettings

      +
      public BusinessAwayMessageSettings()
      +
      Describes settings for messages that are automatically sent by a Telegram Business account when it is away.
      +
      +
    • +
    • +
      +

      BusinessAwayMessageSettings

      +
      public BusinessAwayMessageSettings(int shortcutId, + TdApi.BusinessRecipients recipients, + TdApi.BusinessAwayMessageSchedule schedule, + boolean offlineOnly)
      +
      Describes settings for messages that are automatically sent by a Telegram Business account when it is away.
      +
      +
      Parameters:
      +
      shortcutId - Unique quick reply shortcut identifier for the away messages.
      +
      recipients - Chosen recipients of the away messages.
      +
      schedule - Settings used to check whether the current user is away.
      +
      offlineOnly - True, if the messages must not be sent if the account was online in the last 10 minutes.
      +
      +
      +
    • +
    • +
      +

      BusinessAwayMessageSettings

      +
      public BusinessAwayMessageSettings(DataInput input) + throws IOException
      +
      Describes settings for messages that are automatically sent by a Telegram Business account when it is away.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessConnectedBot.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessConnectedBot.html new file mode 100644 index 00000000000..e94cdf02953 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessConnectedBot.html @@ -0,0 +1,356 @@ + + + + +TdApi.BusinessConnectedBot (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessConnectedBot

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessConnectedBot
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessConnectedBot +extends TdApi.Object
+
Describes a bot connected to a business account.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      botUserId

      +
      public long botUserId
      +
      User identifier of the bot.
      +
      +
    • +
    • +
      +

      recipients

      +
      public TdApi.BusinessRecipients recipients
      +
      Private chats that will be accessible to the bot.
      +
      +
    • +
    • +
      +

      canReply

      +
      public boolean canReply
      +
      True, if the bot can send messages to the private chats; false otherwise.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessConnectedBot

      +
      public BusinessConnectedBot()
      +
      Describes a bot connected to a business account.
      +
      +
    • +
    • +
      +

      BusinessConnectedBot

      +
      public BusinessConnectedBot(long botUserId, + TdApi.BusinessRecipients recipients, + boolean canReply)
      +
      Describes a bot connected to a business account.
      +
      +
      Parameters:
      +
      botUserId - User identifier of the bot.
      +
      recipients - Private chats that will be accessible to the bot.
      +
      canReply - True, if the bot can send messages to the private chats; false otherwise.
      +
      +
      +
    • +
    • +
      +

      BusinessConnectedBot

      +
      public BusinessConnectedBot(DataInput input) + throws IOException
      +
      Describes a bot connected to a business account.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessGreetingMessageSettings.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessGreetingMessageSettings.html new file mode 100644 index 00000000000..a55e3d4ed7d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessGreetingMessageSettings.html @@ -0,0 +1,358 @@ + + + + +TdApi.BusinessGreetingMessageSettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessGreetingMessageSettings

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessGreetingMessageSettings
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessGreetingMessageSettings +extends TdApi.Object
+
Describes settings for greeting messages that are automatically sent + by a Telegram Business account as response to incoming messages in an + inactive private chat.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    int
    + +
    +
    The number of days after which a chat will be considered as inactive; currently, must be on of 7, 14, 21, or 28.
    +
    + + +
    +
    Chosen recipients of the greeting messages.
    +
    +
    int
    + +
    +
    Unique quick reply shortcut identifier for the greeting messages.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.
    +
    +
    BusinessGreetingMessageSettings(int shortcutId, + TdApi.BusinessRecipients recipients, + int inactivityDays)
    +
    +
    Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.
    +
    + +
    +
    Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      Unique quick reply shortcut identifier for the greeting messages.
      +
      +
    • +
    • +
      +

      recipients

      +
      public TdApi.BusinessRecipients recipients
      +
      Chosen recipients of the greeting messages.
      +
      +
    • +
    • +
      +

      inactivityDays

      +
      public int inactivityDays
      +
      The number of days after which a chat will be considered as inactive; currently, must be on of 7, 14, 21, or 28.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessGreetingMessageSettings

      +
      public BusinessGreetingMessageSettings()
      +
      Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.
      +
      +
    • +
    • +
      +

      BusinessGreetingMessageSettings

      +
      public BusinessGreetingMessageSettings(int shortcutId, + TdApi.BusinessRecipients recipients, + int inactivityDays)
      +
      Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.
      +
      +
      Parameters:
      +
      shortcutId - Unique quick reply shortcut identifier for the greeting messages.
      +
      recipients - Chosen recipients of the greeting messages.
      +
      inactivityDays - The number of days after which a chat will be considered as inactive; currently, must be on of 7, 14, 21, or 28.
      +
      +
      +
    • +
    • +
      +

      BusinessGreetingMessageSettings

      +
      public BusinessGreetingMessageSettings(DataInput input) + throws IOException
      +
      Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessInfo.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessInfo.html new file mode 100644 index 00000000000..23cfeea1d4c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessInfo.html @@ -0,0 +1,371 @@ + + + + +TdApi.BusinessInfo (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessInfo

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessInfo
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessInfo +extends TdApi.Object
+
Contains information about a Telegram Business account.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      location

      +
      public TdApi.BusinessLocation location
      +
      Location of the business; may be null if none.
      +
      +
    • +
    • +
      +

      openingHours

      +
      public TdApi.BusinessOpeningHours openingHours
      +
      Opening hours of the business; may be null if none. The hours are guaranteed to be valid and has already been split by week days.
      +
      +
    • +
    • +
      +

      greetingMessageSettings

      +
      public TdApi.BusinessGreetingMessageSettings greetingMessageSettings
      +
      The greeting message; may be null if none or the Business account is not of the current user.
      +
      +
    • +
    • +
      +

      awayMessageSettings

      +
      public TdApi.BusinessAwayMessageSettings awayMessageSettings
      +
      The away message; may be null if none or the Business account is not of the current user.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessInfo

      +
      public BusinessInfo()
      +
      Contains information about a Telegram Business account.
      +
      +
    • +
    • +
      +

      BusinessInfo

      +
      public BusinessInfo(TdApi.BusinessLocation location, + TdApi.BusinessOpeningHours openingHours, + TdApi.BusinessGreetingMessageSettings greetingMessageSettings, + TdApi.BusinessAwayMessageSettings awayMessageSettings)
      +
      Contains information about a Telegram Business account.
      +
      +
      Parameters:
      +
      location - Location of the business; may be null if none.
      +
      openingHours - Opening hours of the business; may be null if none. The hours are guaranteed to be valid and has already been split by week days.
      +
      greetingMessageSettings - The greeting message; may be null if none or the Business account is not of the current user.
      +
      awayMessageSettings - The away message; may be null if none or the Business account is not of the current user.
      +
      +
      +
    • +
    • +
      +

      BusinessInfo

      +
      public BusinessInfo(DataInput input) + throws IOException
      +
      Contains information about a Telegram Business account.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessLocation.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessLocation.html new file mode 100644 index 00000000000..b3585dcfb0c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessLocation.html @@ -0,0 +1,341 @@ + + + + +TdApi.BusinessLocation (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessLocation

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessLocation
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessLocation +extends TdApi.Object
+
Represents a location of a business.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      location

      +
      public TdApi.Location location
      +
      The location; may be null if not specified.
      +
      +
    • +
    • +
      +

      address

      +
      public String address
      +
      Location address; 1-96 characters.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessLocation

      +
      public BusinessLocation()
      +
      Represents a location of a business.
      +
      +
    • +
    • +
      +

      BusinessLocation

      +
      public BusinessLocation(TdApi.Location location, + String address)
      +
      Represents a location of a business.
      +
      +
      Parameters:
      +
      location - The location; may be null if not specified.
      +
      address - Location address; 1-96 characters.
      +
      +
      +
    • +
    • +
      +

      BusinessLocation

      +
      public BusinessLocation(DataInput input) + throws IOException
      +
      Represents a location of a business.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessOpeningHours.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessOpeningHours.html new file mode 100644 index 00000000000..92951a111a0 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessOpeningHours.html @@ -0,0 +1,341 @@ + + + + +TdApi.BusinessOpeningHours (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessOpeningHours

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessOpeningHours
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessOpeningHours +extends TdApi.Object
+
Describes opening hours of a business.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      timeZoneId

      +
      public String timeZoneId
      +
      Unique time zone identifier.
      +
      +
    • +
    • +
      +

      openingHours

      +
      public TdApi.BusinessOpeningHoursInterval[] openingHours
      +
      Intervals of the time when the business is open.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessOpeningHours

      +
      public BusinessOpeningHours()
      +
      Describes opening hours of a business.
      +
      +
    • +
    • +
      +

      BusinessOpeningHours

      +
      public BusinessOpeningHours(String timeZoneId, + TdApi.BusinessOpeningHoursInterval[] openingHours)
      +
      Describes opening hours of a business.
      +
      +
      Parameters:
      +
      timeZoneId - Unique time zone identifier.
      +
      openingHours - Intervals of the time when the business is open.
      +
      +
      +
    • +
    • +
      +

      BusinessOpeningHours

      +
      public BusinessOpeningHours(DataInput input) + throws IOException
      +
      Describes opening hours of a business.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessOpeningHoursInterval.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessOpeningHoursInterval.html new file mode 100644 index 00000000000..047bd6de5ce --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessOpeningHoursInterval.html @@ -0,0 +1,341 @@ + + + + +TdApi.BusinessOpeningHoursInterval (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessOpeningHoursInterval

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessOpeningHoursInterval
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessOpeningHoursInterval +extends TdApi.Object
+
Describes an interval of time when the business is open.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    int
    + +
    +
    The first minute after the end of the interval since start of the week; 1-8*24*60.
    +
    +
    int
    + +
    +
    The first minute of the interval since start of the week; 0-7*24*60.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Describes an interval of time when the business is open.
    +
    +
    BusinessOpeningHoursInterval(int startMinute, + int endMinute)
    +
    +
    Describes an interval of time when the business is open.
    +
    + +
    +
    Describes an interval of time when the business is open.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      startMinute

      +
      public int startMinute
      +
      The first minute of the interval since start of the week; 0-7*24*60.
      +
      +
    • +
    • +
      +

      endMinute

      +
      public int endMinute
      +
      The first minute after the end of the interval since start of the week; 1-8*24*60.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessOpeningHoursInterval

      +
      public BusinessOpeningHoursInterval()
      +
      Describes an interval of time when the business is open.
      +
      +
    • +
    • +
      +

      BusinessOpeningHoursInterval

      +
      public BusinessOpeningHoursInterval(int startMinute, + int endMinute)
      +
      Describes an interval of time when the business is open.
      +
      +
      Parameters:
      +
      startMinute - The first minute of the interval since start of the week; 0-7*24*60.
      +
      endMinute - The first minute after the end of the interval since start of the week; 1-8*24*60.
      +
      +
      +
    • +
    • +
      +

      BusinessOpeningHoursInterval

      +
      public BusinessOpeningHoursInterval(DataInput input) + throws IOException
      +
      Describes an interval of time when the business is open.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.BusinessRecipients.html b/tdlight.api/it/tdlight/jni/TdApi.BusinessRecipients.html new file mode 100644 index 00000000000..5728af908c9 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.BusinessRecipients.html @@ -0,0 +1,402 @@ + + + + +TdApi.BusinessRecipients (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.BusinessRecipients

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.BusinessRecipients
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.BusinessRecipients +extends TdApi.Object
+
Describes private chats chosen for automatic interaction with a + business.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    long[]
    + +
    +
    Identifiers of selected private chats.
    +
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    boolean
    + +
    +
    If true, then all private chats except the selected are chosen.
    +
    +
    boolean
    + +
    +
    True, if all private chats with contacts are selected.
    +
    +
    boolean
    + +
    +
    True, if all existing private chats are selected.
    +
    +
    boolean
    + +
    +
    True, if all new private chats are selected.
    +
    +
    boolean
    + +
    +
    True, if all private chats with non-contacts are selected.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Describes private chats chosen for automatic interaction with a business.
    +
    +
    BusinessRecipients(long[] chatIds, + boolean selectExistingChats, + boolean selectNewChats, + boolean selectContacts, + boolean selectNonContacts, + boolean excludeSelected)
    +
    +
    Describes private chats chosen for automatic interaction with a business.
    +
    + +
    +
    Describes private chats chosen for automatic interaction with a business.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatIds

      +
      public long[] chatIds
      +
      Identifiers of selected private chats.
      +
      +
    • +
    • +
      +

      selectExistingChats

      +
      public boolean selectExistingChats
      +
      True, if all existing private chats are selected.
      +
      +
    • +
    • +
      +

      selectNewChats

      +
      public boolean selectNewChats
      +
      True, if all new private chats are selected.
      +
      +
    • +
    • +
      +

      selectContacts

      +
      public boolean selectContacts
      +
      True, if all private chats with contacts are selected.
      +
      +
    • +
    • +
      +

      selectNonContacts

      +
      public boolean selectNonContacts
      +
      True, if all private chats with non-contacts are selected.
      +
      +
    • +
    • +
      +

      excludeSelected

      +
      public boolean excludeSelected
      +
      If true, then all private chats except the selected are chosen. Otherwise, only the selected chats are chosen.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      BusinessRecipients

      +
      public BusinessRecipients()
      +
      Describes private chats chosen for automatic interaction with a business.
      +
      +
    • +
    • +
      +

      BusinessRecipients

      +
      public BusinessRecipients(long[] chatIds, + boolean selectExistingChats, + boolean selectNewChats, + boolean selectContacts, + boolean selectNonContacts, + boolean excludeSelected)
      +
      Describes private chats chosen for automatic interaction with a business.
      +
      +
      Parameters:
      +
      chatIds - Identifiers of selected private chats.
      +
      selectExistingChats - True, if all existing private chats are selected.
      +
      selectNewChats - True, if all new private chats are selected.
      +
      selectContacts - True, if all private chats with contacts are selected.
      +
      selectNonContacts - True, if all private chats with non-contacts are selected.
      +
      excludeSelected - If true, then all private chats except the selected are chosen. Otherwise, only the selected chats are chosen.
      +
      +
      +
    • +
    • +
      +

      BusinessRecipients

      +
      public BusinessRecipients(DataInput input) + throws IOException
      +
      Describes private chats chosen for automatic interaction with a business.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.Call.html b/tdlight.api/it/tdlight/jni/TdApi.Call.html index c4d1575e6f0..0614d05ad2e 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.Call.html +++ b/tdlight.api/it/tdlight/jni/TdApi.Call.html @@ -2,7 +2,7 @@ -TdApi.Call (TDLight API 4.0.472 API) +TdApi.Call (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CheckQuickReplyShortcutName

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.CheckQuickReplyShortcutName
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CheckQuickReplyShortcutName +extends TdApi.Function<TdApi.Ok>
+
Checks validness of a name for a quick reply shortcut. Can be called + synchronously. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      name

      +
      public String name
      +
      The name of the shortcut; 1-32 characters.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CheckQuickReplyShortcutName

      +
      public CheckQuickReplyShortcutName()
      +
      Checks validness of a name for a quick reply shortcut. Can be called synchronously. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      CheckQuickReplyShortcutName

      +
      public CheckQuickReplyShortcutName(String name)
      +
      Checks validness of a name for a quick reply shortcut. Can be called synchronously. + +

      Returns Ok

      +
      +
      Parameters:
      +
      name - The name of the shortcut; 1-32 characters. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      CheckQuickReplyShortcutName

      +
      public CheckQuickReplyShortcutName(DataInput input) + throws IOException
      +
      Checks validness of a name for a quick reply shortcut. Can be called synchronously. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CheckRecoveryEmailAddressCode.html b/tdlight.api/it/tdlight/jni/TdApi.CheckRecoveryEmailAddressCode.html index c0b1ce8043e..8c19fd0155a 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.CheckRecoveryEmailAddressCode.html +++ b/tdlight.api/it/tdlight/jni/TdApi.CheckRecoveryEmailAddressCode.html @@ -2,7 +2,7 @@ -TdApi.CheckRecoveryEmailAddressCode (TDLight API 4.0.472 API) +TdApi.CheckRecoveryEmailAddressCode (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.DeleteBusinessConnectedBot

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.DeleteBusinessConnectedBot
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.DeleteBusinessConnectedBot +extends TdApi.Function<TdApi.Ok>
+
Deletes the business bot that is connected to the current user + account. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      botUserId

      +
      public long botUserId
      +
      Unique user identifier for the bot.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      DeleteBusinessConnectedBot

      +
      public DeleteBusinessConnectedBot()
      +
      Deletes the business bot that is connected to the current user account. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      DeleteBusinessConnectedBot

      +
      public DeleteBusinessConnectedBot(long botUserId)
      +
      Deletes the business bot that is connected to the current user account. + +

      Returns Ok

      +
      +
      Parameters:
      +
      botUserId - Unique user identifier for the bot. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      DeleteBusinessConnectedBot

      +
      public DeleteBusinessConnectedBot(DataInput input) + throws IOException
      +
      Deletes the business bot that is connected to the current user account. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.DeleteChat.html b/tdlight.api/it/tdlight/jni/TdApi.DeleteChat.html index 3488c6a374f..4c6f3467833 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.DeleteChat.html +++ b/tdlight.api/it/tdlight/jni/TdApi.DeleteChat.html @@ -2,7 +2,7 @@ -TdApi.DeleteChat (TDLight API 4.0.472 API) +TdApi.DeleteChat (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.DeleteQuickReplyShortcut

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.DeleteQuickReplyShortcut
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.DeleteQuickReplyShortcut +extends TdApi.Function<TdApi.Ok>
+
Deletes a quick reply shortcut. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      Unique identifier of the quick reply shortcut.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      DeleteQuickReplyShortcut

      +
      public DeleteQuickReplyShortcut()
      +
      Deletes a quick reply shortcut. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      DeleteQuickReplyShortcut

      +
      public DeleteQuickReplyShortcut(int shortcutId)
      +
      Deletes a quick reply shortcut. + +

      Returns Ok

      +
      +
      Parameters:
      +
      shortcutId - Unique identifier of the quick reply shortcut. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      DeleteQuickReplyShortcut

      +
      public DeleteQuickReplyShortcut(DataInput input) + throws IOException
      +
      Deletes a quick reply shortcut. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.DeleteQuickReplyShortcutMessages.html b/tdlight.api/it/tdlight/jni/TdApi.DeleteQuickReplyShortcutMessages.html new file mode 100644 index 00000000000..d417872f4e2 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.DeleteQuickReplyShortcutMessages.html @@ -0,0 +1,355 @@ + + + + +TdApi.DeleteQuickReplyShortcutMessages (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.DeleteQuickReplyShortcutMessages

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.DeleteQuickReplyShortcutMessages
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.DeleteQuickReplyShortcutMessages +extends TdApi.Function<TdApi.Ok>
+
Deletes specified quick reply messages. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      Unique identifier of the quick reply shortcut to which the messages belong.
      +
      +
    • +
    • +
      +

      messageIds

      +
      public long[] messageIds
      +
      Unique identifiers of the messages.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      DeleteQuickReplyShortcutMessages

      +
      public DeleteQuickReplyShortcutMessages()
      +
      Deletes specified quick reply messages. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      DeleteQuickReplyShortcutMessages

      +
      public DeleteQuickReplyShortcutMessages(int shortcutId, + long[] messageIds)
      +
      Deletes specified quick reply messages. + +

      Returns Ok

      +
      +
      Parameters:
      +
      shortcutId - Unique identifier of the quick reply shortcut to which the messages belong.
      +
      messageIds - Unique identifiers of the messages. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      DeleteQuickReplyShortcutMessages

      +
      public DeleteQuickReplyShortcutMessages(DataInput input) + throws IOException
      +
      Deletes specified quick reply messages. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.DeleteRevokedChatInviteLink.html b/tdlight.api/it/tdlight/jni/TdApi.DeleteRevokedChatInviteLink.html index b27dd5bb397..5e28c1fe1c4 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.DeleteRevokedChatInviteLink.html +++ b/tdlight.api/it/tdlight/jni/TdApi.DeleteRevokedChatInviteLink.html @@ -2,7 +2,7 @@ -TdApi.DeleteRevokedChatInviteLink (TDLight API 4.0.472 API) +TdApi.DeleteRevokedChatInviteLink (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetBusinessConnectedBot

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetBusinessConnectedBot +extends TdApi.Function<TdApi.BusinessConnectedBot>
+
Returns the business bot that is connected to the current user + account. Returns a 404 error if there is no connected bot. +

Returns BusinessConnectedBot

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      GetBusinessConnectedBot

      +
      public GetBusinessConnectedBot()
      +
      Returns the business bot that is connected to the current user account. Returns a 404 error if there is no connected bot. + +

      Returns BusinessConnectedBot

      +
      +
    • +
    • +
      +

      GetBusinessConnectedBot

      +
      public GetBusinessConnectedBot(DataInput input) + throws IOException
      +
      Returns the business bot that is connected to the current user account. Returns a 404 error if there is no connected bot. + +

      Returns BusinessConnectedBot

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetCallbackQueryAnswer.html b/tdlight.api/it/tdlight/jni/TdApi.GetCallbackQueryAnswer.html index 3a826124a30..be4bbeb3e0b 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.GetCallbackQueryAnswer.html +++ b/tdlight.api/it/tdlight/jni/TdApi.GetCallbackQueryAnswer.html @@ -2,7 +2,7 @@ -TdApi.GetCallbackQueryAnswer (TDLight API 4.0.472 API) +TdApi.GetCallbackQueryAnswer (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetTimeZones

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetTimeZones +extends TdApi.Function<TdApi.TimeZones>
+
Returns the list of supported time zones. +

Returns TimeZones

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Returns the list of supported time zones.
    +
    + +
    +
    Returns the list of supported time zones.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Function

    +toString
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      GetTimeZones

      +
      public GetTimeZones()
      +
      Returns the list of supported time zones. + +

      Returns TimeZones

      +
      +
    • +
    • +
      +

      GetTimeZones

      +
      public GetTimeZones(DataInput input) + throws IOException
      +
      Returns the list of supported time zones. + +

      Returns TimeZones

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetTopChats.html b/tdlight.api/it/tdlight/jni/TdApi.GetTopChats.html index 0e8258d588e..bf2a20de194 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.GetTopChats.html +++ b/tdlight.api/it/tdlight/jni/TdApi.GetTopChats.html @@ -2,7 +2,7 @@ -TdApi.GetTopChats (TDLight API 4.0.472 API) +TdApi.GetTopChats (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.LoadQuickReplyShortcutMessages

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.LoadQuickReplyShortcutMessages
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.LoadQuickReplyShortcutMessages +extends TdApi.Function<TdApi.Ok>
+
Loads quick reply messages that can be sent by a given quick reply + shortcut. The loaded messages will be sent through + updateQuickReplyShortcutMessages. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      Unique identifier of the quick reply shortcut.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      LoadQuickReplyShortcutMessages

      +
      public LoadQuickReplyShortcutMessages()
      +
      Loads quick reply messages that can be sent by a given quick reply shortcut. The loaded messages will be sent through updateQuickReplyShortcutMessages. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      LoadQuickReplyShortcutMessages

      +
      public LoadQuickReplyShortcutMessages(int shortcutId)
      +
      Loads quick reply messages that can be sent by a given quick reply shortcut. The loaded messages will be sent through updateQuickReplyShortcutMessages. + +

      Returns Ok

      +
      +
      Parameters:
      +
      shortcutId - Unique identifier of the quick reply shortcut. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      LoadQuickReplyShortcutMessages

      +
      public LoadQuickReplyShortcutMessages(DataInput input) + throws IOException
      +
      Loads quick reply messages that can be sent by a given quick reply shortcut. The loaded messages will be sent through updateQuickReplyShortcutMessages. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.LoadQuickReplyShortcuts.html b/tdlight.api/it/tdlight/jni/TdApi.LoadQuickReplyShortcuts.html new file mode 100644 index 00000000000..8e836e06460 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.LoadQuickReplyShortcuts.html @@ -0,0 +1,310 @@ + + + + +TdApi.LoadQuickReplyShortcuts (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.LoadQuickReplyShortcuts

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.LoadQuickReplyShortcuts
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.LoadQuickReplyShortcuts +extends TdApi.Function<TdApi.Ok>
+
Loads quick reply shortcuts created by the current user. The loaded + topics will be sent through updateQuickReplyShortcuts. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      LoadQuickReplyShortcuts

      +
      public LoadQuickReplyShortcuts()
      +
      Loads quick reply shortcuts created by the current user. The loaded topics will be sent through updateQuickReplyShortcuts. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      LoadQuickReplyShortcuts

      +
      public LoadQuickReplyShortcuts(DataInput input) + throws IOException
      +
      Loads quick reply shortcuts created by the current user. The loaded topics will be sent through updateQuickReplyShortcuts. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.LoadSavedMessagesTopics.html b/tdlight.api/it/tdlight/jni/TdApi.LoadSavedMessagesTopics.html index 989f7a2af81..f231ef8532d 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.LoadSavedMessagesTopics.html +++ b/tdlight.api/it/tdlight/jni/TdApi.LoadSavedMessagesTopics.html @@ -2,7 +2,7 @@ -TdApi.LoadSavedMessagesTopics (TDLight API 4.0.472 API) +TdApi.LoadSavedMessagesTopics (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.QuickReplyMessage

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.QuickReplyMessage
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.QuickReplyMessage +extends TdApi.Object
+
Describes a message that can be used for quick reply.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      public long id
      +
      Unique message identifier among all quick replies.
      +
      +
    • +
    • +
      +

      sendingState

      +
      public TdApi.MessageSendingState sendingState
      +
      The sending state of the message; may be null if the message isn't being sent and didn't fail to be sent.
      +
      +
    • +
    • +
      +

      canBeEdited

      +
      public boolean canBeEdited
      +
      True, if the message can be edited.
      +
      +
    • +
    • +
      +

      replyToMessageId

      +
      public long replyToMessageId
      +
      Information about the identifier of the quick reply message to which the message replies.
      +
      +
    • +
    • +
      +

      viaBotUserId

      +
      public long viaBotUserId
      +
      If non-zero, the user identifier of the bot through which this message was sent.
      +
      +
    • +
    • +
      +

      mediaAlbumId

      +
      public long mediaAlbumId
      +
      Unique identifier of an album this message belongs to. Only audios, documents, photos and videos can be grouped together in albums.
      +
      +
    • +
    • +
      +

      content

      +
      public TdApi.MessageContent content
      +
      Content of the message.
      +
      +
    • +
    • +
      +

      replyMarkup

      +
      public TdApi.ReplyMarkup replyMarkup
      +
      Inline keyboard reply markup for the message; may be null if none.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      QuickReplyMessage

      +
      public QuickReplyMessage()
      +
      Describes a message that can be used for quick reply.
      +
      +
    • +
    • +
      +

      QuickReplyMessage

      +
      public QuickReplyMessage(long id, + TdApi.MessageSendingState sendingState, + boolean canBeEdited, + long replyToMessageId, + long viaBotUserId, + long mediaAlbumId, + TdApi.MessageContent content, + TdApi.ReplyMarkup replyMarkup)
      +
      Describes a message that can be used for quick reply.
      +
      +
      Parameters:
      +
      id - Unique message identifier among all quick replies.
      +
      sendingState - The sending state of the message; may be null if the message isn't being sent and didn't fail to be sent.
      +
      canBeEdited - True, if the message can be edited.
      +
      replyToMessageId - Information about the identifier of the quick reply message to which the message replies.
      +
      viaBotUserId - If non-zero, the user identifier of the bot through which this message was sent.
      +
      mediaAlbumId - Unique identifier of an album this message belongs to. Only audios, documents, photos and videos can be grouped together in albums.
      +
      content - Content of the message.
      +
      replyMarkup - Inline keyboard reply markup for the message; may be null if none.
      +
      +
      +
    • +
    • +
      +

      QuickReplyMessage

      +
      public QuickReplyMessage(DataInput input) + throws IOException
      +
      Describes a message that can be used for quick reply.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.QuickReplyShortcut.html b/tdlight.api/it/tdlight/jni/TdApi.QuickReplyShortcut.html new file mode 100644 index 00000000000..e2d56ab651d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.QuickReplyShortcut.html @@ -0,0 +1,371 @@ + + + + +TdApi.QuickReplyShortcut (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.QuickReplyShortcut

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.QuickReplyShortcut
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.QuickReplyShortcut +extends TdApi.Object
+
Describes a shortcut that can be used for a quick reply.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      public int id
      +
      Unique shortcut identifier.
      +
      +
    • +
    • +
      +

      name

      +
      public String name
      +
      The name of the shortcut that can be used to use the shortcut.
      +
      +
    • +
    • +
      +

      firstMessage

      +
      public TdApi.QuickReplyMessage firstMessage
      +
      The first shortcut message.
      +
      +
    • +
    • +
      +

      messageCount

      +
      public int messageCount
      +
      The total number of messages in the shortcut.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      QuickReplyShortcut

      +
      public QuickReplyShortcut()
      +
      Describes a shortcut that can be used for a quick reply.
      +
      +
    • +
    • +
      +

      QuickReplyShortcut

      +
      public QuickReplyShortcut(int id, + String name, + TdApi.QuickReplyMessage firstMessage, + int messageCount)
      +
      Describes a shortcut that can be used for a quick reply.
      +
      +
      Parameters:
      +
      id - Unique shortcut identifier.
      +
      name - The name of the shortcut that can be used to use the shortcut.
      +
      firstMessage - The first shortcut message.
      +
      messageCount - The total number of messages in the shortcut.
      +
      +
      +
    • +
    • +
      +

      QuickReplyShortcut

      +
      public QuickReplyShortcut(DataInput input) + throws IOException
      +
      Describes a shortcut that can be used for a quick reply.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.RateSpeechRecognition.html b/tdlight.api/it/tdlight/jni/TdApi.RateSpeechRecognition.html index c94a538085c..6772bc5f14b 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.RateSpeechRecognition.html +++ b/tdlight.api/it/tdlight/jni/TdApi.RateSpeechRecognition.html @@ -2,7 +2,7 @@ -TdApi.RateSpeechRecognition (TDLight API 4.0.472 API) +TdApi.RateSpeechRecognition (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ReorderQuickReplyShortcuts

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.ReorderQuickReplyShortcuts
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ReorderQuickReplyShortcuts +extends TdApi.Function<TdApi.Ok>
+
Changes the order of quick reply shortcuts. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutIds

      +
      public int[] shortcutIds
      +
      The new order of quick reply shortcuts.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      ReorderQuickReplyShortcuts

      +
      public ReorderQuickReplyShortcuts()
      +
      Changes the order of quick reply shortcuts. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      ReorderQuickReplyShortcuts

      +
      public ReorderQuickReplyShortcuts(int[] shortcutIds)
      +
      Changes the order of quick reply shortcuts. + +

      Returns Ok

      +
      +
      Parameters:
      +
      shortcutIds - The new order of quick reply shortcuts. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      ReorderQuickReplyShortcuts

      +
      public ReorderQuickReplyShortcuts(DataInput input) + throws IOException
      +
      Changes the order of quick reply shortcuts. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ReorderSupergroupActiveUsernames.html b/tdlight.api/it/tdlight/jni/TdApi.ReorderSupergroupActiveUsernames.html index ef187153a7b..6cd4647cb95 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ReorderSupergroupActiveUsernames.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ReorderSupergroupActiveUsernames.html @@ -2,7 +2,7 @@ -TdApi.ReorderSupergroupActiveUsernames (TDLight API 4.0.472 API) +TdApi.ReorderSupergroupActiveUsernames (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SendQuickReplyShortcutMessages

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Messages> +
it.tdlight.jni.TdApi.SendQuickReplyShortcutMessages
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SendQuickReplyShortcutMessages +extends TdApi.Function<TdApi.Messages>
+
Sends messages from a quick reply shortcut. Requires Telegram + Business subscription. +

Returns Messages

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    long
    + +
    +
    Identifier of the chat to which to send messages.
    +
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    int
    + +
    +
    Non-persistent identifier, which will be returned back in messageSendingStatePending object and can be used to match sent messages and corresponding updateNewMessage updates.
    +
    +
    int
    + +
    +
    Unique identifier of the quick reply shortcut.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Sends messages from a quick reply shortcut.
    +
    +
    SendQuickReplyShortcutMessages(long chatId, + int shortcutId, + int sendingId)
    +
    +
    Sends messages from a quick reply shortcut.
    +
    + +
    +
    Sends messages from a quick reply shortcut.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Function

    +toString
    +
    +

    Methods inherited from class it.tdlight.jni.TdApi.Object

    +serialize
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

      +
      public long chatId
      +
      Identifier of the chat to which to send messages. The chat must be a private chat with a regular user.
      +
      +
    • +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      Unique identifier of the quick reply shortcut.
      +
      +
    • +
    • +
      +

      sendingId

      +
      public int sendingId
      +
      Non-persistent identifier, which will be returned back in messageSendingStatePending object and can be used to match sent messages and corresponding updateNewMessage updates.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      SendQuickReplyShortcutMessages

      +
      public SendQuickReplyShortcutMessages()
      +
      Sends messages from a quick reply shortcut. Requires Telegram Business subscription. + +

      Returns Messages

      +
      +
    • +
    • +
      +

      SendQuickReplyShortcutMessages

      +
      public SendQuickReplyShortcutMessages(long chatId, + int shortcutId, + int sendingId)
      +
      Sends messages from a quick reply shortcut. Requires Telegram Business subscription. + +

      Returns Messages

      +
      +
      Parameters:
      +
      chatId - Identifier of the chat to which to send messages. The chat must be a private chat with a regular user.
      +
      shortcutId - Unique identifier of the quick reply shortcut.
      +
      sendingId - Non-persistent identifier, which will be returned back in messageSendingStatePending object and can be used to match sent messages and corresponding updateNewMessage updates. + +

      Returns Messages

      +
      +
      +
    • +
    • +
      +

      SendQuickReplyShortcutMessages

      +
      public SendQuickReplyShortcutMessages(DataInput input) + throws IOException
      +
      Sends messages from a quick reply shortcut. Requires Telegram Business subscription. + +

      Returns Messages

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SendStory.html b/tdlight.api/it/tdlight/jni/TdApi.SendStory.html index 7e8342bb46c..a1a1345133c 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SendStory.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SendStory.html @@ -2,7 +2,7 @@ -TdApi.SendStory (TDLight API 4.0.472 API) +TdApi.SendStory (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SetBusinessAwayMessageSettings

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.SetBusinessAwayMessageSettings
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SetBusinessAwayMessageSettings +extends TdApi.Function<TdApi.Ok>
+
Changes the business away message settings of the current user. + Requires Telegram Business subscription. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      awayMessageSettings

      +
      public TdApi.BusinessAwayMessageSettings awayMessageSettings
      +
      The new settings for the away message of the business; pass null to disable the away message.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      SetBusinessAwayMessageSettings

      +
      public SetBusinessAwayMessageSettings()
      +
      Changes the business away message settings of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      SetBusinessAwayMessageSettings

      +
      public SetBusinessAwayMessageSettings(TdApi.BusinessAwayMessageSettings awayMessageSettings)
      +
      Changes the business away message settings of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      awayMessageSettings - The new settings for the away message of the business; pass null to disable the away message. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      SetBusinessAwayMessageSettings

      +
      public SetBusinessAwayMessageSettings(DataInput input) + throws IOException
      +
      Changes the business away message settings of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetBusinessConnectedBot.html b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessConnectedBot.html new file mode 100644 index 00000000000..c8277cdf321 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessConnectedBot.html @@ -0,0 +1,341 @@ + + + + +TdApi.SetBusinessConnectedBot (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SetBusinessConnectedBot

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.SetBusinessConnectedBot
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SetBusinessConnectedBot +extends TdApi.Function<TdApi.Ok>
+
Adds or changes business bot that is connected to the current user + account. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      bot

      + +
      Connection settings for the bot.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      SetBusinessConnectedBot

      +
      public SetBusinessConnectedBot()
      +
      Adds or changes business bot that is connected to the current user account. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      SetBusinessConnectedBot

      +
      public SetBusinessConnectedBot(TdApi.BusinessConnectedBot bot)
      +
      Adds or changes business bot that is connected to the current user account. + +

      Returns Ok

      +
      +
      Parameters:
      +
      bot - Connection settings for the bot. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      SetBusinessConnectedBot

      +
      public SetBusinessConnectedBot(DataInput input) + throws IOException
      +
      Adds or changes business bot that is connected to the current user account. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetBusinessGreetingMessageSettings.html b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessGreetingMessageSettings.html new file mode 100644 index 00000000000..2b383cc7f17 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessGreetingMessageSettings.html @@ -0,0 +1,341 @@ + + + + +TdApi.SetBusinessGreetingMessageSettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SetBusinessGreetingMessageSettings

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.SetBusinessGreetingMessageSettings
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SetBusinessGreetingMessageSettings +extends TdApi.Function<TdApi.Ok>
+
Changes the business greeting message settings of the current user. + Requires Telegram Business subscription. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      greetingMessageSettings

      +
      public TdApi.BusinessGreetingMessageSettings greetingMessageSettings
      +
      The new settings for the greeting message of the business; pass null to disable the greeting message.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      SetBusinessGreetingMessageSettings

      +
      public SetBusinessGreetingMessageSettings()
      +
      Changes the business greeting message settings of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      SetBusinessGreetingMessageSettings

      +
      public SetBusinessGreetingMessageSettings(TdApi.BusinessGreetingMessageSettings greetingMessageSettings)
      +
      Changes the business greeting message settings of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      greetingMessageSettings - The new settings for the greeting message of the business; pass null to disable the greeting message. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      SetBusinessGreetingMessageSettings

      +
      public SetBusinessGreetingMessageSettings(DataInput input) + throws IOException
      +
      Changes the business greeting message settings of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetBusinessLocation.html b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessLocation.html new file mode 100644 index 00000000000..889870f18ea --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessLocation.html @@ -0,0 +1,341 @@ + + + + +TdApi.SetBusinessLocation (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SetBusinessLocation

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.SetBusinessLocation
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SetBusinessLocation +extends TdApi.Function<TdApi.Ok>
+
Changes the business location of the current user. Requires Telegram + Business subscription. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      location

      +
      public TdApi.BusinessLocation location
      +
      The new location of the business; pass null to remove the location.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      SetBusinessLocation

      +
      public SetBusinessLocation()
      +
      Changes the business location of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      SetBusinessLocation

      +
      public SetBusinessLocation(TdApi.BusinessLocation location)
      +
      Changes the business location of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      location - The new location of the business; pass null to remove the location. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      SetBusinessLocation

      +
      public SetBusinessLocation(DataInput input) + throws IOException
      +
      Changes the business location of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetBusinessOpeningHours.html b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessOpeningHours.html new file mode 100644 index 00000000000..bb3c53c2ce2 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.SetBusinessOpeningHours.html @@ -0,0 +1,341 @@ + + + + +TdApi.SetBusinessOpeningHours (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SetBusinessOpeningHours

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.SetBusinessOpeningHours
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SetBusinessOpeningHours +extends TdApi.Function<TdApi.Ok>
+
Changes the business opening hours of the current user. Requires + Telegram Business subscription. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      openingHours

      +
      public TdApi.BusinessOpeningHours openingHours
      +
      The new opening hours of the business; pass null to remove the opening hours.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      SetBusinessOpeningHours

      +
      public SetBusinessOpeningHours()
      +
      Changes the business opening hours of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      SetBusinessOpeningHours

      +
      public SetBusinessOpeningHours(TdApi.BusinessOpeningHours openingHours)
      +
      Changes the business opening hours of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      openingHours - The new opening hours of the business; pass null to remove the opening hours. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      SetBusinessOpeningHours

      +
      public SetBusinessOpeningHours(DataInput input) + throws IOException
      +
      Changes the business opening hours of the current user. Requires Telegram Business subscription. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetChatAccentColor.html b/tdlight.api/it/tdlight/jni/TdApi.SetChatAccentColor.html index b17f3c4fcd2..eb819e22ed7 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SetChatAccentColor.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SetChatAccentColor.html @@ -2,7 +2,7 @@ -TdApi.SetChatAccentColor (TDLight API 4.0.472 API) +TdApi.SetChatAccentColor (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SetQuickReplyShortcutName

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.SetQuickReplyShortcutName
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SetQuickReplyShortcutName +extends TdApi.Function<TdApi.Ok>
+
Changes name of a quick reply shortcut. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      Unique identifier of the quick reply shortcut.
      +
      +
    • +
    • +
      +

      name

      +
      public String name
      +
      New name for the shortcut. Use checkQuickReplyShortcutName to check its validness.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      SetQuickReplyShortcutName

      +
      public SetQuickReplyShortcutName()
      +
      Changes name of a quick reply shortcut. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      SetQuickReplyShortcutName

      +
      public SetQuickReplyShortcutName(int shortcutId, + String name)
      +
      Changes name of a quick reply shortcut. + +

      Returns Ok

      +
      +
      Parameters:
      +
      shortcutId - Unique identifier of the quick reply shortcut.
      +
      name - New name for the shortcut. Use checkQuickReplyShortcutName to check its validness. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      SetQuickReplyShortcutName

      +
      public SetQuickReplyShortcutName(DataInput input) + throws IOException
      +
      Changes name of a quick reply shortcut. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SetReadDatePrivacySettings.html b/tdlight.api/it/tdlight/jni/TdApi.SetReadDatePrivacySettings.html index e03cbc5f006..37a4854ea42 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SetReadDatePrivacySettings.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SetReadDatePrivacySettings.html @@ -2,7 +2,7 @@ -TdApi.SetReadDatePrivacySettings (TDLight API 4.0.472 API) +TdApi.SetReadDatePrivacySettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.TimeZone

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.TimeZone
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.TimeZone +extends TdApi.Object
+
Describes a time zone.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      public String id
      +
      Unique time zone identifier.
      +
      +
    • +
    • +
      +

      name

      +
      public String name
      +
      Time zone name.
      +
      +
    • +
    • +
      +

      utcTimeOffset

      +
      public int utcTimeOffset
      +
      Current UTC time offset for the time zone.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      TimeZone

      +
      public TimeZone()
      +
      Describes a time zone.
      +
      +
    • +
    • +
      +

      TimeZone

      +
      public TimeZone(String id, + String name, + int utcTimeOffset)
      +
      Describes a time zone.
      +
      +
      Parameters:
      +
      id - Unique time zone identifier.
      +
      name - Time zone name.
      +
      utcTimeOffset - Current UTC time offset for the time zone.
      +
      +
      +
    • +
    • +
      +

      TimeZone

      +
      public TimeZone(DataInput input) + throws IOException
      +
      Describes a time zone.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.TimeZones.html b/tdlight.api/it/tdlight/jni/TdApi.TimeZones.html new file mode 100644 index 00000000000..b414412aa06 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.TimeZones.html @@ -0,0 +1,326 @@ + + + + +TdApi.TimeZones (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.TimeZones

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.TimeZones
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.TimeZones +extends TdApi.Object
+
Contains a list of time zones.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      timeZones

      +
      public TdApi.TimeZone[] timeZones
      +
      A list of time zones.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      TimeZones

      +
      public TimeZones()
      +
      Contains a list of time zones.
      +
      +
    • +
    • +
      +

      TimeZones

      +
      public TimeZones(TdApi.TimeZone[] timeZones)
      +
      Contains a list of time zones.
      +
      +
      Parameters:
      +
      timeZones - A list of time zones.
      +
      +
      +
    • +
    • +
      +

      TimeZones

      +
      public TimeZones(DataInput input) + throws IOException
      +
      Contains a list of time zones.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ToggleAllDownloadsArePaused.html b/tdlight.api/it/tdlight/jni/TdApi.ToggleAllDownloadsArePaused.html index 40a28b2f18c..819be62437a 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ToggleAllDownloadsArePaused.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ToggleAllDownloadsArePaused.html @@ -2,7 +2,7 @@ -TdApi.ToggleAllDownloadsArePaused (TDLight API 4.0.472 API) +TdApi.ToggleAllDownloadsArePaused (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ToggleChatFolderTags

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.ToggleChatFolderTags
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ToggleChatFolderTags +extends TdApi.Function<TdApi.Ok>
+
Toggles whether chat folder tags are enabled. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      areTagsEnabled

      +
      public boolean areTagsEnabled
      +
      Pass true to enable folder tags; pass false to disable them.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      ToggleChatFolderTags

      +
      public ToggleChatFolderTags()
      +
      Toggles whether chat folder tags are enabled. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      ToggleChatFolderTags

      +
      public ToggleChatFolderTags(boolean areTagsEnabled)
      +
      Toggles whether chat folder tags are enabled. + +

      Returns Ok

      +
      +
      Parameters:
      +
      areTagsEnabled - Pass true to enable folder tags; pass false to disable them. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      ToggleChatFolderTags

      +
      public ToggleChatFolderTags(DataInput input) + throws IOException
      +
      Toggles whether chat folder tags are enabled. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ToggleChatHasProtectedContent.html b/tdlight.api/it/tdlight/jni/TdApi.ToggleChatHasProtectedContent.html index 5fa88c6b4af..6f800ed1fdf 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ToggleChatHasProtectedContent.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ToggleChatHasProtectedContent.html @@ -2,7 +2,7 @@ -TdApi.ToggleChatHasProtectedContent (TDLight API 4.0.472 API) +TdApi.ToggleChatHasProtectedContent (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.UpdateChatAddedToList

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateChatAddedToList
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.UpdateChatAddedToList +extends TdApi.Update
+
A chat was added to a chat list.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

      +
      public long chatId
      +
      Chat identifier.
      +
      +
    • +
    • +
      +

      chatList

      +
      public TdApi.ChatList chatList
      +
      The chat list to which the chat was added.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      UpdateChatAddedToList

      +
      public UpdateChatAddedToList()
      +
      A chat was added to a chat list.
      +
      +
    • +
    • +
      +

      UpdateChatAddedToList

      +
      public UpdateChatAddedToList(long chatId, + TdApi.ChatList chatList)
      +
      A chat was added to a chat list.
      +
      +
      Parameters:
      +
      chatId - Chat identifier.
      +
      chatList - The chat list to which the chat was added.
      +
      +
      +
    • +
    • +
      +

      UpdateChatAddedToList

      +
      public UpdateChatAddedToList(DataInput input) + throws IOException
      +
      A chat was added to a chat list.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateChatAvailableReactions.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateChatAvailableReactions.html index 7039bd83642..8f4b862fc19 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.UpdateChatAvailableReactions.html +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateChatAvailableReactions.html @@ -2,7 +2,7 @@ -TdApi.UpdateChatAvailableReactions (TDLight API 4.0.472 API) +TdApi.UpdateChatAvailableReactions (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.UpdateChatRemovedFromList

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateChatRemovedFromList
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.UpdateChatRemovedFromList +extends TdApi.Update
+
A chat was removed from a chat list.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

      +
      public long chatId
      +
      Chat identifier.
      +
      +
    • +
    • +
      +

      chatList

      +
      public TdApi.ChatList chatList
      +
      The chat list from which the chat was removed.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      UpdateChatRemovedFromList

      +
      public UpdateChatRemovedFromList()
      +
      A chat was removed from a chat list.
      +
      +
    • +
    • +
      +

      UpdateChatRemovedFromList

      +
      public UpdateChatRemovedFromList(long chatId, + TdApi.ChatList chatList)
      +
      A chat was removed from a chat list.
      +
      +
      Parameters:
      +
      chatId - Chat identifier.
      +
      chatList - The chat list from which the chat was removed.
      +
      +
      +
    • +
    • +
      +

      UpdateChatRemovedFromList

      +
      public UpdateChatRemovedFromList(DataInput input) + throws IOException
      +
      A chat was removed from a chat list.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateChatReplyMarkup.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateChatReplyMarkup.html index ededa7eb0e0..3f26c6fdb1b 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.UpdateChatReplyMarkup.html +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateChatReplyMarkup.html @@ -2,7 +2,7 @@ -TdApi.UpdateChatReplyMarkup (TDLight API 4.0.472 API) +TdApi.UpdateChatReplyMarkup (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.UpdateQuickReplyShortcut

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateQuickReplyShortcut
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.UpdateQuickReplyShortcut +extends TdApi.Update
+
Basic information about a quick reply shortcut has changed. This + update is guaranteed to come before the quick shortcut name is + returned to the application.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcut

      +
      public TdApi.QuickReplyShortcut shortcut
      +
      New data about the shortcut.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      UpdateQuickReplyShortcut

      +
      public UpdateQuickReplyShortcut()
      +
      Basic information about a quick reply shortcut has changed. This update is guaranteed to come before the quick shortcut name is returned to the application.
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcut

      +
      public UpdateQuickReplyShortcut(TdApi.QuickReplyShortcut shortcut)
      +
      Basic information about a quick reply shortcut has changed. This update is guaranteed to come before the quick shortcut name is returned to the application.
      +
      +
      Parameters:
      +
      shortcut - New data about the shortcut.
      +
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcut

      +
      public UpdateQuickReplyShortcut(DataInput input) + throws IOException
      +
      Basic information about a quick reply shortcut has changed. This update is guaranteed to come before the quick shortcut name is returned to the application.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcutDeleted.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcutDeleted.html new file mode 100644 index 00000000000..5e2d8ef46d3 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcutDeleted.html @@ -0,0 +1,328 @@ + + + + +TdApi.UpdateQuickReplyShortcutDeleted (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.UpdateQuickReplyShortcutDeleted

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateQuickReplyShortcutDeleted
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.UpdateQuickReplyShortcutDeleted +extends TdApi.Update
+
A quick reply shortcut and all its messages were deleted.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      The identifier of the deleted shortcut.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      UpdateQuickReplyShortcutDeleted

      +
      public UpdateQuickReplyShortcutDeleted()
      +
      A quick reply shortcut and all its messages were deleted.
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcutDeleted

      +
      public UpdateQuickReplyShortcutDeleted(int shortcutId)
      +
      A quick reply shortcut and all its messages were deleted.
      +
      +
      Parameters:
      +
      shortcutId - The identifier of the deleted shortcut.
      +
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcutDeleted

      +
      public UpdateQuickReplyShortcutDeleted(DataInput input) + throws IOException
      +
      A quick reply shortcut and all its messages were deleted.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcutMessages.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcutMessages.html new file mode 100644 index 00000000000..bf8ca0e50e3 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcutMessages.html @@ -0,0 +1,343 @@ + + + + +TdApi.UpdateQuickReplyShortcutMessages (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.UpdateQuickReplyShortcutMessages

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateQuickReplyShortcutMessages
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.UpdateQuickReplyShortcutMessages +extends TdApi.Update
+
The list of quick reply shortcut messages has changed.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutId

      +
      public int shortcutId
      +
      The identifier of the shortcut.
      +
      +
    • +
    • +
      +

      messages

      +
      public TdApi.QuickReplyMessage[] messages
      +
      The new list of quick reply messages for the shortcut in order from the first to the last sent.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      UpdateQuickReplyShortcutMessages

      +
      public UpdateQuickReplyShortcutMessages()
      +
      The list of quick reply shortcut messages has changed.
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcutMessages

      +
      public UpdateQuickReplyShortcutMessages(int shortcutId, + TdApi.QuickReplyMessage[] messages)
      +
      The list of quick reply shortcut messages has changed.
      +
      +
      Parameters:
      +
      shortcutId - The identifier of the shortcut.
      +
      messages - The new list of quick reply messages for the shortcut in order from the first to the last sent.
      +
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcutMessages

      +
      public UpdateQuickReplyShortcutMessages(DataInput input) + throws IOException
      +
      The list of quick reply shortcut messages has changed.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcuts.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcuts.html new file mode 100644 index 00000000000..192401901fa --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateQuickReplyShortcuts.html @@ -0,0 +1,328 @@ + + + + +TdApi.UpdateQuickReplyShortcuts (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.UpdateQuickReplyShortcuts

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateQuickReplyShortcuts
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.UpdateQuickReplyShortcuts +extends TdApi.Update
+
The list of quick reply shortcuts has changed.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      shortcutIds

      +
      public int[] shortcutIds
      +
      The new list of identifiers of quick reply shortcuts.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      UpdateQuickReplyShortcuts

      +
      public UpdateQuickReplyShortcuts()
      +
      The list of quick reply shortcuts has changed.
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcuts

      +
      public UpdateQuickReplyShortcuts(int[] shortcutIds)
      +
      The list of quick reply shortcuts has changed.
      +
      +
      Parameters:
      +
      shortcutIds - The new list of identifiers of quick reply shortcuts.
      +
      +
      +
    • +
    • +
      +

      UpdateQuickReplyShortcuts

      +
      public UpdateQuickReplyShortcuts(DataInput input) + throws IOException
      +
      The list of quick reply shortcuts has changed.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UpdateRecentStickers.html b/tdlight.api/it/tdlight/jni/TdApi.UpdateRecentStickers.html index cf3b683e2ec..b4e6055958f 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.UpdateRecentStickers.html +++ b/tdlight.api/it/tdlight/jni/TdApi.UpdateRecentStickers.html @@ -2,7 +2,7 @@ -TdApi.UpdateRecentStickers (TDLight API 4.0.472 API) +TdApi.UpdateRecentStickers (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessAwayMessageSchedule

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleAlways.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleAlways.html new file mode 100644 index 00000000000..622d9a5927a --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleAlways.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessAwayMessageScheduleAlways (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessAwayMessageScheduleAlways

+
+No usage of it.tdlight.jni.TdApi.BusinessAwayMessageScheduleAlways
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleCustom.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleCustom.html new file mode 100644 index 00000000000..20e6b0c3f41 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleCustom.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessAwayMessageScheduleCustom (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessAwayMessageScheduleCustom

+
+No usage of it.tdlight.jni.TdApi.BusinessAwayMessageScheduleCustom
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours.html new file mode 100644 index 00000000000..af29e9c7398 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours

+
+No usage of it.tdlight.jni.TdApi.BusinessAwayMessageScheduleOutsideOfOpeningHours
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageSettings.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageSettings.html new file mode 100644 index 00000000000..ce59923684f --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessAwayMessageSettings.html @@ -0,0 +1,113 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessAwayMessageSettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessAwayMessageSettings

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessConnectedBot.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessConnectedBot.html new file mode 100644 index 00000000000..7c40949e662 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessConnectedBot.html @@ -0,0 +1,100 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessConnectedBot (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessConnectedBot

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessGreetingMessageSettings.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessGreetingMessageSettings.html new file mode 100644 index 00000000000..e6773a00caa --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessGreetingMessageSettings.html @@ -0,0 +1,113 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessGreetingMessageSettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessGreetingMessageSettings

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessInfo.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessInfo.html new file mode 100644 index 00000000000..32d5efa321e --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessInfo.html @@ -0,0 +1,116 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessInfo (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessInfo

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessLocation.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessLocation.html new file mode 100644 index 00000000000..97447df40e6 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessLocation.html @@ -0,0 +1,113 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessLocation (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessLocation

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessOpeningHours.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessOpeningHours.html new file mode 100644 index 00000000000..090abc076f6 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessOpeningHours.html @@ -0,0 +1,113 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessOpeningHours (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessOpeningHours

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessOpeningHoursInterval.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessOpeningHoursInterval.html new file mode 100644 index 00000000000..a4c1701a1a2 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessOpeningHoursInterval.html @@ -0,0 +1,101 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessOpeningHoursInterval (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessOpeningHoursInterval

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessRecipients.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessRecipients.html new file mode 100644 index 00000000000..9eb1a5c6a54 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.BusinessRecipients.html @@ -0,0 +1,127 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.BusinessRecipients (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.BusinessRecipients

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.Call.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.Call.html index 9090f93eaa4..bdee97643e2 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.Call.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.Call.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.Call (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.Call (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.CheckQuickReplyShortcutName

+
+No usage of it.tdlight.jni.TdApi.CheckQuickReplyShortcutName
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CheckRecoveryEmailAddressCode.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CheckRecoveryEmailAddressCode.html index 7c050d1372f..59f7dd4fd11 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.CheckRecoveryEmailAddressCode.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CheckRecoveryEmailAddressCode.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.CheckRecoveryEmailAddressCode (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.CheckRecoveryEmailAddressCode (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.DeleteBusinessConnectedBot

+
+No usage of it.tdlight.jni.TdApi.DeleteBusinessConnectedBot
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteChat.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteChat.html index 398d63bbb2c..90127f10469 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteChat.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteChat.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.DeleteChat (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.DeleteChat (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.DeleteQuickReplyShortcut

+
+No usage of it.tdlight.jni.TdApi.DeleteQuickReplyShortcut
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteQuickReplyShortcutMessages.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteQuickReplyShortcutMessages.html new file mode 100644 index 00000000000..72326c9c2ea --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteQuickReplyShortcutMessages.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.DeleteQuickReplyShortcutMessages (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.DeleteQuickReplyShortcutMessages

+
+No usage of it.tdlight.jni.TdApi.DeleteQuickReplyShortcutMessages
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteRevokedChatInviteLink.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteRevokedChatInviteLink.html index 0261b631d29..8692bd2d444 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteRevokedChatInviteLink.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.DeleteRevokedChatInviteLink.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.DeleteRevokedChatInviteLink (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.DeleteRevokedChatInviteLink (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.GetBusinessConnectedBot

+
+No usage of it.tdlight.jni.TdApi.GetBusinessConnectedBot
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetCallbackQueryAnswer.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetCallbackQueryAnswer.html index d826e749b20..3c3fd9d0f17 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetCallbackQueryAnswer.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetCallbackQueryAnswer.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetCallbackQueryAnswer (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.GetCallbackQueryAnswer (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.GetTimeZones

+
+No usage of it.tdlight.jni.TdApi.GetTimeZones
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetTopChats.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetTopChats.html index 26b8caf41fe..d7b99e8768f 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetTopChats.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetTopChats.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetTopChats (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.GetTopChats (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.LoadQuickReplyShortcutMessages

+
+No usage of it.tdlight.jni.TdApi.LoadQuickReplyShortcutMessages
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.LoadQuickReplyShortcuts.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.LoadQuickReplyShortcuts.html new file mode 100644 index 00000000000..23687b1205b --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.LoadQuickReplyShortcuts.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.LoadQuickReplyShortcuts (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.LoadQuickReplyShortcuts

+
+No usage of it.tdlight.jni.TdApi.LoadQuickReplyShortcuts
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.LoadSavedMessagesTopics.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.LoadSavedMessagesTopics.html index 37d6dc9087d..b138cf4becb 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.LoadSavedMessagesTopics.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.LoadSavedMessagesTopics.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.LoadSavedMessagesTopics (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.LoadSavedMessagesTopics (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.QuickReplyMessage

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.QuickReplyShortcut.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.QuickReplyShortcut.html new file mode 100644 index 00000000000..8694cba5c2d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.QuickReplyShortcut.html @@ -0,0 +1,100 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.QuickReplyShortcut (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.QuickReplyShortcut

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.RateSpeechRecognition.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.RateSpeechRecognition.html index b9b7040fddb..63071f642b1 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.RateSpeechRecognition.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.RateSpeechRecognition.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.RateSpeechRecognition (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.RateSpeechRecognition (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.ReorderQuickReplyShortcuts

+
+No usage of it.tdlight.jni.TdApi.ReorderQuickReplyShortcuts
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.ReorderSupergroupActiveUsernames.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.ReorderSupergroupActiveUsernames.html index a24bb78152c..9bd41e824bd 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.ReorderSupergroupActiveUsernames.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.ReorderSupergroupActiveUsernames.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.ReorderSupergroupActiveUsernames (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.ReorderSupergroupActiveUsernames (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SendQuickReplyShortcutMessages

+
+No usage of it.tdlight.jni.TdApi.SendQuickReplyShortcutMessages
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SendStory.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SendStory.html index a6408ab7360..7afe1b1c894 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.SendStory.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SendStory.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.SendStory (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.SendStory (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SetBusinessAwayMessageSettings

+
+No usage of it.tdlight.jni.TdApi.SetBusinessAwayMessageSettings
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessConnectedBot.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessConnectedBot.html new file mode 100644 index 00000000000..0c955a82c74 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessConnectedBot.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.SetBusinessConnectedBot (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SetBusinessConnectedBot

+
+No usage of it.tdlight.jni.TdApi.SetBusinessConnectedBot
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessGreetingMessageSettings.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessGreetingMessageSettings.html new file mode 100644 index 00000000000..1dccd515b55 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessGreetingMessageSettings.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.SetBusinessGreetingMessageSettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SetBusinessGreetingMessageSettings

+
+No usage of it.tdlight.jni.TdApi.SetBusinessGreetingMessageSettings
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessLocation.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessLocation.html new file mode 100644 index 00000000000..6f92e67804c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessLocation.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.SetBusinessLocation (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SetBusinessLocation

+
+No usage of it.tdlight.jni.TdApi.SetBusinessLocation
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessOpeningHours.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessOpeningHours.html new file mode 100644 index 00000000000..9cbaba57e19 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetBusinessOpeningHours.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.SetBusinessOpeningHours (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SetBusinessOpeningHours

+
+No usage of it.tdlight.jni.TdApi.SetBusinessOpeningHours
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetChatAccentColor.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetChatAccentColor.html index 41abee95d77..4ad9017e293 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetChatAccentColor.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetChatAccentColor.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.SetChatAccentColor (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.SetChatAccentColor (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.SetQuickReplyShortcutName

+
+No usage of it.tdlight.jni.TdApi.SetQuickReplyShortcutName
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetReadDatePrivacySettings.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetReadDatePrivacySettings.html index d79d186b0f9..9f3142a79f7 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.SetReadDatePrivacySettings.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SetReadDatePrivacySettings.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.SetReadDatePrivacySettings (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.SetReadDatePrivacySettings (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.TimeZone

+
+
+ +
+
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.TimeZones.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.TimeZones.html new file mode 100644 index 00000000000..48aae1e7d53 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.TimeZones.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.TimeZones (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.TimeZones

+
+No usage of it.tdlight.jni.TdApi.TimeZones
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleAllDownloadsArePaused.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleAllDownloadsArePaused.html index f350119c454..b8ba07390be 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleAllDownloadsArePaused.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleAllDownloadsArePaused.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.ToggleAllDownloadsArePaused (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.ToggleAllDownloadsArePaused (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.ToggleChatFolderTags

+
+No usage of it.tdlight.jni.TdApi.ToggleChatFolderTags
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleChatHasProtectedContent.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleChatHasProtectedContent.html index 96a9519d841..5d29bc0418e 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleChatHasProtectedContent.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.ToggleChatHasProtectedContent.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.ToggleChatHasProtectedContent (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.ToggleChatHasProtectedContent (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UpdateChatAddedToList

+
+No usage of it.tdlight.jni.TdApi.UpdateChatAddedToList
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatAvailableReactions.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatAvailableReactions.html index f1bc4874656..f8d07ea7af8 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatAvailableReactions.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatAvailableReactions.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.UpdateChatAvailableReactions (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.UpdateChatAvailableReactions (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UpdateChatRemovedFromList

+
+No usage of it.tdlight.jni.TdApi.UpdateChatRemovedFromList
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatReplyMarkup.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatReplyMarkup.html index 12ba3792d57..9f8e51f0356 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatReplyMarkup.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateChatReplyMarkup.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.UpdateChatReplyMarkup (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.UpdateChatReplyMarkup (TDLight API 4.0.473 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UpdateQuickReplyShortcut

+
+No usage of it.tdlight.jni.TdApi.UpdateQuickReplyShortcut
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcutDeleted.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcutDeleted.html new file mode 100644 index 00000000000..3b0618e2574 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcutDeleted.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.UpdateQuickReplyShortcutDeleted (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UpdateQuickReplyShortcutDeleted

+
+No usage of it.tdlight.jni.TdApi.UpdateQuickReplyShortcutDeleted
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcutMessages.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcutMessages.html new file mode 100644 index 00000000000..9f50db5aa1c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcutMessages.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.UpdateQuickReplyShortcutMessages (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UpdateQuickReplyShortcutMessages

+
+No usage of it.tdlight.jni.TdApi.UpdateQuickReplyShortcutMessages
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcuts.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcuts.html new file mode 100644 index 00000000000..214abc0a755 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateQuickReplyShortcuts.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.UpdateQuickReplyShortcuts (TDLight API 4.0.473 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UpdateQuickReplyShortcuts

+
+No usage of it.tdlight.jni.TdApi.UpdateQuickReplyShortcuts
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateRecentStickers.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateRecentStickers.html index 8eccee3673c..e6c81ac6c64 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateRecentStickers.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.UpdateRecentStickers.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.UpdateRecentStickers (TDLight API 4.0.472 API) +Uses of Class it.tdlight.jni.TdApi.UpdateRecentStickers (TDLight API 4.0.473 API)