diff --git a/allclasses-index.html b/allclasses-index.html index 24a404bcd45..707c9d04295 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -3,7 +3,7 @@ -All Classes (tdlight API 3.3.72 API) +All Classes (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.ChatActionChoosingSticker

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ChatAction +
it.tdlight.jni.TdApi.ChatActionChoosingSticker
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.ChatActionChoosingSticker
+extends TdApi.ChatAction
+
The user is picking a sticker to send.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatActionChoosingSticker

      +
      public ChatActionChoosingSticker()
      +
      The user is picking a sticker to send.
      +
      +
    • +
    • +
      +

      ChatActionChoosingSticker

      +
      public ChatActionChoosingSticker​(DataInput input) + throws IOException
      +
      The user is picking a sticker to send.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.ChatActionRecordingVideo.html b/it/tdlight/jni/TdApi.ChatActionRecordingVideo.html index fc656c657f8..b44be711fb9 100644 --- a/it/tdlight/jni/TdApi.ChatActionRecordingVideo.html +++ b/it/tdlight/jni/TdApi.ChatActionRecordingVideo.html @@ -3,7 +3,7 @@ -TdApi.ChatActionRecordingVideo (tdlight API 3.3.72 API) +TdApi.ChatActionRecordingVideo (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.ChatEventThemeChanged

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ChatEventAction +
it.tdlight.jni.TdApi.ChatEventThemeChanged
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.ChatEventThemeChanged
+extends TdApi.ChatEventAction
+
The chat theme was changed.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      oldThemeName

      +
      public String oldThemeName
      +
      Previous chat theme name; empty if default one.
      +
      +
    • +
    • +
      +

      newThemeName

      +
      public String newThemeName
      +
      New chat theme name; empty if default one.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatEventThemeChanged

      +
      public ChatEventThemeChanged()
      +
      The chat theme was changed.
      +
      +
    • +
    • +
      +

      ChatEventThemeChanged

      +
      public ChatEventThemeChanged​(String oldThemeName, +String newThemeName)
      +
      The chat theme was changed.
      +
      +
      Parameters:
      +
      oldThemeName - String Previous chat theme name; empty if default one.
      +
      newThemeName - String New chat theme name; empty if default one.
      +
      +
      +
    • +
    • +
      +

      ChatEventThemeChanged

      +
      public ChatEventThemeChanged​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.ChatEventTitleChanged.html b/it/tdlight/jni/TdApi.ChatEventTitleChanged.html index b5e83e4f728..555b9b28e55 100644 --- a/it/tdlight/jni/TdApi.ChatEventTitleChanged.html +++ b/it/tdlight/jni/TdApi.ChatEventTitleChanged.html @@ -3,7 +3,7 @@ -TdApi.ChatEventTitleChanged (tdlight API 3.3.72 API) +TdApi.ChatEventTitleChanged (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.ChatTheme

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ChatTheme
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.ChatTheme
+extends TdApi.Object
+
Describes a chat theme.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      name

      +
      public String name
      +
      Theme name.
      +
      +
    • +
    • +
      +

      lightSettings

      +
      public TdApi.ThemeSettings lightSettings
      +
      Theme settings for a light chat theme.
      +
      +
    • +
    • +
      +

      darkSettings

      +
      public TdApi.ThemeSettings darkSettings
      +
      Theme settings for a dark chat theme.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatTheme

      +
      public ChatTheme()
      +
      Describes a chat theme.
      +
      +
    • +
    • +
      +

      ChatTheme

      +
      public ChatTheme​(String name, +TdApi.ThemeSettings lightSettings, +TdApi.ThemeSettings darkSettings)
      +
      Describes a chat theme.
      +
      +
      Parameters:
      +
      name - String Theme name.
      +
      lightSettings - ThemeSettings Theme settings for a light chat theme.
      +
      darkSettings - ThemeSettings Theme settings for a dark chat theme.
      +
      +
      +
    • +
    • +
      +

      ChatTheme

      +
      public ChatTheme​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.ChatThemes.html b/it/tdlight/jni/TdApi.ChatThemes.html new file mode 100644 index 00000000000..1ab219d114d --- /dev/null +++ b/it/tdlight/jni/TdApi.ChatThemes.html @@ -0,0 +1,380 @@ + + + + + +TdApi.ChatThemes (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.ChatThemes

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ChatThemes
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.ChatThemes
+extends TdApi.Object
+
Contains a list of chat themes.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatThemes

      +
      public TdApi.ChatTheme[] chatThemes
      +
      A list of chat themes.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatThemes

      +
      public ChatThemes()
      +
      Contains a list of chat themes.
      +
      +
    • +
    • +
      +

      ChatThemes

      +
      public ChatThemes​(TdApi.ChatTheme[] chatThemes)
      +
      Contains a list of chat themes.
      +
      +
      Parameters:
      +
      chatThemes - ChatTheme[] A list of chat themes.
      +
      +
      +
    • +
    • +
      +

      ChatThemes

      +
      public ChatThemes​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.ChatType.html b/it/tdlight/jni/TdApi.ChatType.html index 7eadebca24a..a379f6e1fd6 100644 --- a/it/tdlight/jni/TdApi.ChatType.html +++ b/it/tdlight/jni/TdApi.ChatType.html @@ -3,7 +3,7 @@ -TdApi.ChatType (tdlight API 3.3.72 API) +TdApi.ChatType (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.GetChatSponsoredMessages

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function +
it.tdlight.jni.TdApi.GetChatSponsoredMessages
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.GetChatSponsoredMessages
+extends TdApi.Function
+
Returns sponsored messages to be shown + in a chat; for channel chats only. +

Returns SponsoredMessages

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

      +
      public long chatId
      +
      Identifier of the chat.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GetChatSponsoredMessages

      +
      public GetChatSponsoredMessages()
      +
      Returns sponsored messages to be shown + in a chat; for channel chats only. +

      Returns SponsoredMessages

      +
      +
    • +
    • +
      +

      GetChatSponsoredMessages

      +
      public GetChatSponsoredMessages​(long chatId)
      +
      Returns sponsored messages to be shown + in a chat; for channel chats only. +

      Returns SponsoredMessages

      +
      +
      Parameters:
      +
      chatId - long Identifier of the chat.
      +
      +
      +
    • +
    • +
      +

      GetChatSponsoredMessages

      +
      public GetChatSponsoredMessages​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.GetChatStatistics.html b/it/tdlight/jni/TdApi.GetChatStatistics.html index 3191ac93c17..a40f0300ad4 100644 --- a/it/tdlight/jni/TdApi.GetChatStatistics.html +++ b/it/tdlight/jni/TdApi.GetChatStatistics.html @@ -3,7 +3,7 @@ -TdApi.GetChatStatistics (tdlight API 3.3.72 API) +TdApi.GetChatStatistics (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.GetChatThemes

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.GetChatThemes
+extends TdApi.Function
+
Returns the list of available chat themes. +

Returns ChatThemes

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GetChatThemes

      +
      public GetChatThemes()
      +
      Returns the list of available chat themes. +

      Returns ChatThemes

      +
      +
    • +
    • +
      +

      GetChatThemes

      +
      public GetChatThemes​(DataInput input) + throws IOException
      +
      Returns the list of available chat themes. +

      Returns ChatThemes

      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.GetChats.html b/it/tdlight/jni/TdApi.GetChats.html index 0a7e384c961..b9ac21627ea 100644 --- a/it/tdlight/jni/TdApi.GetChats.html +++ b/it/tdlight/jni/TdApi.GetChats.html @@ -3,7 +3,7 @@ -TdApi.GetChats (tdlight API 3.3.72 API) +TdApi.GetChats (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.GetPhoneNumberInfoSync

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function +
it.tdlight.jni.TdApi.GetPhoneNumberInfoSync
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.GetPhoneNumberInfoSync
+extends TdApi.Function
+
Returns information about a phone + number by its prefix synchronously. + getCountries must be called at least + once after changing localization to + the specified language if properly + localized country information is + expected. Can be called synchronously. +

Returns PhoneNumberInfo

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      languageCode

      +
      public String languageCode
      +
      A two-letter ISO 639-1 country code + for country information localization.
      +
      +
    • +
    • +
      +

      phoneNumberPrefix

      +
      public String phoneNumberPrefix
      +
      The phone number prefix.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GetPhoneNumberInfoSync

      +
      public GetPhoneNumberInfoSync()
      +
      Returns information about a phone + number by its prefix synchronously. + getCountries must be called at least + once after changing localization to + the specified language if properly + localized country information is + expected. Can be called synchronously. +

      Returns PhoneNumberInfo

      +
      +
    • +
    • +
      +

      GetPhoneNumberInfoSync

      +
      public GetPhoneNumberInfoSync​(String languageCode, +String phoneNumberPrefix)
      +
      Returns information about a phone + number by its prefix synchronously. + getCountries must be called at least + once after changing localization to + the specified language if properly + localized country information is + expected. Can be called synchronously. +

      Returns PhoneNumberInfo

      +
      +
      Parameters:
      +
      languageCode - String A two-letter ISO 639-1 country code + for country information localization.
      +
      phoneNumberPrefix - String The phone number prefix.
      +
      +
      +
    • +
    • +
      +

      GetPhoneNumberInfoSync

      +
      public GetPhoneNumberInfoSync​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.GetPollVoters.html b/it/tdlight/jni/TdApi.GetPollVoters.html index 3f58ddab7a1..7530681c582 100644 --- a/it/tdlight/jni/TdApi.GetPollVoters.html +++ b/it/tdlight/jni/TdApi.GetPollVoters.html @@ -3,7 +3,7 @@ -TdApi.GetPollVoters (tdlight API 3.3.72 API) +TdApi.GetPollVoters (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.GroupCallVideoQuality

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.GroupCallVideoQuality
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.GroupCallVideoQualityFull, TdApi.GroupCallVideoQualityMedium, TdApi.GroupCallVideoQualityThumbnail
+
+
+
Enclosing class:
+
TdApi
+
+
+
public abstract static class TdApi.GroupCallVideoQuality
+extends TdApi.Object
+
This class is an abstract base class.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GroupCallVideoQuality

      +
      public GroupCallVideoQuality()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.GroupCallVideoQualityFull.html b/it/tdlight/jni/TdApi.GroupCallVideoQualityFull.html new file mode 100644 index 00000000000..65f3e6b6dff --- /dev/null +++ b/it/tdlight/jni/TdApi.GroupCallVideoQualityFull.html @@ -0,0 +1,354 @@ + + + + + +TdApi.GroupCallVideoQualityFull (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.GroupCallVideoQualityFull

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.GroupCallVideoQuality +
it.tdlight.jni.TdApi.GroupCallVideoQualityFull
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.GroupCallVideoQualityFull
+extends TdApi.GroupCallVideoQuality
+
The best available video quality.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GroupCallVideoQualityFull

      +
      public GroupCallVideoQualityFull()
      +
      The best available video quality.
      +
      +
    • +
    • +
      +

      GroupCallVideoQualityFull

      +
      public GroupCallVideoQualityFull​(DataInput input) + throws IOException
      +
      The best available video quality.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.GroupCallVideoQualityMedium.html b/it/tdlight/jni/TdApi.GroupCallVideoQualityMedium.html new file mode 100644 index 00000000000..713e5363e0a --- /dev/null +++ b/it/tdlight/jni/TdApi.GroupCallVideoQualityMedium.html @@ -0,0 +1,354 @@ + + + + + +TdApi.GroupCallVideoQualityMedium (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.GroupCallVideoQualityMedium

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.GroupCallVideoQuality +
it.tdlight.jni.TdApi.GroupCallVideoQualityMedium
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.GroupCallVideoQualityMedium
+extends TdApi.GroupCallVideoQuality
+
The medium video quality.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GroupCallVideoQualityMedium

      +
      public GroupCallVideoQualityMedium()
      +
      The medium video quality.
      +
      +
    • +
    • +
      +

      GroupCallVideoQualityMedium

      +
      public GroupCallVideoQualityMedium​(DataInput input) + throws IOException
      +
      The medium video quality.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.GroupCallVideoQualityThumbnail.html b/it/tdlight/jni/TdApi.GroupCallVideoQualityThumbnail.html new file mode 100644 index 00000000000..cea65bd421f --- /dev/null +++ b/it/tdlight/jni/TdApi.GroupCallVideoQualityThumbnail.html @@ -0,0 +1,354 @@ + + + + + +TdApi.GroupCallVideoQualityThumbnail (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.GroupCallVideoQualityThumbnail

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.GroupCallVideoQuality +
it.tdlight.jni.TdApi.GroupCallVideoQualityThumbnail
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.GroupCallVideoQualityThumbnail
+extends TdApi.GroupCallVideoQuality
+
The worst available video quality.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GroupCallVideoQualityThumbnail

      +
      public GroupCallVideoQualityThumbnail()
      +
      The worst available video quality.
      +
      +
    • +
    • +
      +

      GroupCallVideoQualityThumbnail

      +
      public GroupCallVideoQualityThumbnail​(DataInput input) + throws IOException
      +
      The worst available video quality.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.GroupCallVideoSourceGroup.html b/it/tdlight/jni/TdApi.GroupCallVideoSourceGroup.html index b214c686eb4..a9ff9baead6 100644 --- a/it/tdlight/jni/TdApi.GroupCallVideoSourceGroup.html +++ b/it/tdlight/jni/TdApi.GroupCallVideoSourceGroup.html @@ -3,7 +3,7 @@ -TdApi.GroupCallVideoSourceGroup (tdlight API 3.3.72 API) +TdApi.GroupCallVideoSourceGroup (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.LoadChats

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.LoadChats
+extends TdApi.Function
+
Loads more chats from a chat list. + The loaded chats and their positions + in the chat list will be sent through + updates. Chats are sorted by the pair + (chat.position.order, chat.id) in + descending order. Returns a 404 error + if all chats has been loaded. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatList

      +
      public TdApi.ChatList chatList
      +
      The chat list in which to load chats.
      +
      +
    • +
    • +
      +

      limit

      +
      public int limit
      +
      The maximum number of chats to be + loaded. For optimal performance, the + number of loaded chats is chosen by + TDLib and can be smaller than the + specified limit, even if the end of + the list is not reached.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LoadChats

      +
      public LoadChats()
      +
      Loads more chats from a chat list. + The loaded chats and their positions + in the chat list will be sent through + updates. Chats are sorted by the pair + (chat.position.order, chat.id) in + descending order. Returns a 404 error + if all chats has been loaded. +

      Returns Ok

      +
      +
    • +
    • +
      +

      LoadChats

      +
      public LoadChats​(TdApi.ChatList chatList, +int limit)
      +
      Loads more chats from a chat list. + The loaded chats and their positions + in the chat list will be sent through + updates. Chats are sorted by the pair + (chat.position.order, chat.id) in + descending order. Returns a 404 error + if all chats has been loaded. +

      Returns Ok

      +
      +
      Parameters:
      +
      chatList - ChatList The chat list in which to load chats.
      +
      limit - int The maximum number of chats to be + loaded. For optimal performance, the + number of loaded chats is chosen by + TDLib and can be smaller than the + specified limit, even if the end of + the list is not reached.
      +
      +
      +
    • +
    • +
      +

      LoadChats

      +
      public LoadChats​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.LoadGroupCallParticipants.html b/it/tdlight/jni/TdApi.LoadGroupCallParticipants.html index 5cd4bc99ec2..8982e831411 100644 --- a/it/tdlight/jni/TdApi.LoadGroupCallParticipants.html +++ b/it/tdlight/jni/TdApi.LoadGroupCallParticipants.html @@ -3,7 +3,7 @@ -TdApi.LoadGroupCallParticipants (tdlight API 3.3.72 API) +TdApi.LoadGroupCallParticipants (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.MessageChatSetTheme

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.MessageContent +
it.tdlight.jni.TdApi.MessageChatSetTheme
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.MessageChatSetTheme
+extends TdApi.MessageContent
+
A theme in the chat has been changed.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      themeName

      +
      public String themeName
      +
      If non-empty, name of the new theme + set for the chat. Otherwise chat theme + was reset to the default one.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MessageChatSetTheme

      +
      public MessageChatSetTheme()
      +
      A theme in the chat has been changed.
      +
      +
    • +
    • +
      +

      MessageChatSetTheme

      +
      public MessageChatSetTheme​(String themeName)
      +
      A theme in the chat has been changed.
      +
      +
      Parameters:
      +
      themeName - String If non-empty, name of the new theme + set for the chat. Otherwise chat theme + was reset to the default one.
      +
      +
      +
    • +
    • +
      +

      MessageChatSetTheme

      +
      public MessageChatSetTheme​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.MessageChatSetTtl.html b/it/tdlight/jni/TdApi.MessageChatSetTtl.html index ffd2a1ba704..760736e5ed7 100644 --- a/it/tdlight/jni/TdApi.MessageChatSetTtl.html +++ b/it/tdlight/jni/TdApi.MessageChatSetTtl.html @@ -3,7 +3,7 @@ -TdApi.MessageChatSetTtl (tdlight API 3.3.72 API) +TdApi.MessageChatSetTtl (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.PushMessageContentChatChangeTheme

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PushMessageContent +
it.tdlight.jni.TdApi.PushMessageContentChatChangeTheme
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.PushMessageContentChatChangeTheme
+extends TdApi.PushMessageContent
+
A chat theme was edited.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      themeName

      +
      public String themeName
      +
      If non-empty, name of the new theme + set for the chat. Otherwise chat theme + was reset to the default one.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PushMessageContentChatChangeTheme

      +
      public PushMessageContentChatChangeTheme()
      +
      A chat theme was edited.
      +
      +
    • +
    • +
      +

      PushMessageContentChatChangeTheme

      +
      public PushMessageContentChatChangeTheme​(String themeName)
      +
      A chat theme was edited.
      +
      +
      Parameters:
      +
      themeName - String If non-empty, name of the new theme + set for the chat. Otherwise chat theme + was reset to the default one.
      +
      +
      +
    • +
    • +
      +

      PushMessageContentChatChangeTheme

      +
      public PushMessageContentChatChangeTheme​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.PushMessageContentChatChangeTitle.html b/it/tdlight/jni/TdApi.PushMessageContentChatChangeTitle.html index 7e6c0c217a0..136c19eae91 100644 --- a/it/tdlight/jni/TdApi.PushMessageContentChatChangeTitle.html +++ b/it/tdlight/jni/TdApi.PushMessageContentChatChangeTitle.html @@ -3,7 +3,7 @@ -TdApi.PushMessageContentChatChangeTitle (tdlight API 3.3.72 API) +TdApi.PushMessageContentChatChangeTitle (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.SetChatTheme

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.SetChatTheme
+extends TdApi.Function
+
Changes the chat theme. Requires + canChangeInfo administrator right in + groups, supergroups and channels. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

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

      themeName

      +
      public String themeName
      +
      Name of the new chat theme; may be + empty to return the default theme.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SetChatTheme

      +
      public SetChatTheme()
      +
      Changes the chat theme. Requires + canChangeInfo administrator right in + groups, supergroups and channels. +

      Returns Ok

      +
      +
    • +
    • +
      +

      SetChatTheme

      +
      public SetChatTheme​(long chatId, +String themeName)
      +
      Changes the chat theme. Requires + canChangeInfo administrator right in + groups, supergroups and channels. +

      Returns Ok

      +
      +
      Parameters:
      +
      chatId - long Chat identifier.
      +
      themeName - String Name of the new chat theme; may be + empty to return the default theme.
      +
      +
      +
    • +
    • +
      +

      SetChatTheme

      +
      public SetChatTheme​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.SetChatTitle.html b/it/tdlight/jni/TdApi.SetChatTitle.html index bfb1b9acbe2..2fd4c001ce7 100644 --- a/it/tdlight/jni/TdApi.SetChatTitle.html +++ b/it/tdlight/jni/TdApi.SetChatTitle.html @@ -3,7 +3,7 @@ -TdApi.SetChatTitle (tdlight API 3.3.72 API) +TdApi.SetChatTitle (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.SponsoredMessage

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.SponsoredMessage
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.SponsoredMessage
+extends TdApi.Object
+
Describes a sponsored message.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      id

      +
      public byte[] id
      +
      Unique sponsored message identifier.
      +
      +
    • +
    • +
      +

      sponsorChatId

      +
      public long sponsorChatId
      +
      Chat identifier.
      +
      +
    • +
    • +
      +

      startParameter

      +
      public String startParameter
      +
      Parameter for the bot start message + if the sponsored chat is a chat with a bot.
      +
      +
    • +
    • +
      +

      content

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

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SponsoredMessage

      +
      public SponsoredMessage()
      +
      Describes a sponsored message.
      +
      +
    • +
    • +
      +

      SponsoredMessage

      +
      public SponsoredMessage​(byte[] id, +long sponsorChatId, +String startParameter, +TdApi.MessageContent content)
      +
      Describes a sponsored message.
      +
      +
      Parameters:
      +
      id - byte[] Unique sponsored message identifier.
      +
      sponsorChatId - long Chat identifier.
      +
      startParameter - String Parameter for the bot start message + if the sponsored chat is a chat with a bot.
      +
      content - MessageContent Content of the message.
      +
      +
      +
    • +
    • +
      +

      SponsoredMessage

      +
      public SponsoredMessage​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.SponsoredMessages.html b/it/tdlight/jni/TdApi.SponsoredMessages.html new file mode 100644 index 00000000000..b0facc7b0ee --- /dev/null +++ b/it/tdlight/jni/TdApi.SponsoredMessages.html @@ -0,0 +1,380 @@ + + + + + +TdApi.SponsoredMessages (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.SponsoredMessages

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.SponsoredMessages
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.SponsoredMessages
+extends TdApi.Object
+
Contains a list of sponsored messages.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SponsoredMessages

      +
      public SponsoredMessages()
      +
      Contains a list of sponsored messages.
      +
      +
    • +
    • +
      +

      SponsoredMessages

      +
      public SponsoredMessages​(TdApi.SponsoredMessage[] messages)
      +
      Contains a list of sponsored messages.
      +
      +
      Parameters:
      +
      messages - SponsoredMessage[] List of sponsored messages.
      +
      +
      +
    • +
    • +
      +

      SponsoredMessages

      +
      public SponsoredMessages​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.StartGroupCallRecording.html b/it/tdlight/jni/TdApi.StartGroupCallRecording.html index 6f683bc7aee..e226256d959 100644 --- a/it/tdlight/jni/TdApi.StartGroupCallRecording.html +++ b/it/tdlight/jni/TdApi.StartGroupCallRecording.html @@ -3,7 +3,7 @@ -TdApi.StartGroupCallRecording (tdlight API 3.3.72 API) +TdApi.StartGroupCallRecording (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.ThemeSettings

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ThemeSettings
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.ThemeSettings
+extends TdApi.Object
+
Describes theme settings.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      accentColor

      +
      public int accentColor
      +
      Theme accent color in ARGB format.
      +
      +
    • +
    • +
      +

      background

      +
      public TdApi.Background background
      +
      The background to be used in chats; + may be null.
      +
      +
    • +
    • +
      +

      messageFill

      +
      public TdApi.BackgroundFill messageFill
      +
      The fill to be used as a background + for outgoing messages.
      +
      +
    • +
    • +
      +

      animateMessageFill

      +
      public boolean animateMessageFill
      +
      If true, the freeform gradient fill + needs to be animated on every sent message.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ThemeSettings

      +
      public ThemeSettings()
      +
      Describes theme settings.
      +
      +
    • +
    • +
      +

      ThemeSettings

      +
      public ThemeSettings​(int accentColor, +TdApi.Background background, +TdApi.BackgroundFill messageFill, +boolean animateMessageFill)
      +
      Describes theme settings.
      +
      +
      Parameters:
      +
      accentColor - int Theme accent color in ARGB format.
      +
      background - Background The background to be used in chats; + may be null.
      +
      messageFill - BackgroundFill The fill to be used as a background + for outgoing messages.
      +
      animateMessageFill - boolean If true, the freeform gradient fill + needs to be animated on every sent message.
      +
      +
      +
    • +
    • +
      +

      ThemeSettings

      +
      public ThemeSettings​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.Thumbnail.html b/it/tdlight/jni/TdApi.Thumbnail.html index c2b96462bf2..666bf64625d 100644 --- a/it/tdlight/jni/TdApi.Thumbnail.html +++ b/it/tdlight/jni/TdApi.Thumbnail.html @@ -3,7 +3,7 @@ -TdApi.Thumbnail (tdlight API 3.3.72 API) +TdApi.Thumbnail (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.UpdateChatTheme

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateChatTheme
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.UpdateChatTheme
+extends TdApi.Update
+
The chat theme was changed.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

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

      themeName

      +
      public String themeName
      +
      The new name of the chat theme; may + be empty if none.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UpdateChatTheme

      +
      public UpdateChatTheme()
      +
      The chat theme was changed.
      +
      +
    • +
    • +
      +

      UpdateChatTheme

      +
      public UpdateChatTheme​(long chatId, +String themeName)
      +
      The chat theme was changed.
      +
      +
      Parameters:
      +
      chatId - long Chat identifier.
      +
      themeName - String The new name of the chat theme; may + be empty if none.
      +
      +
      +
    • +
    • +
      +

      UpdateChatTheme

      +
      public UpdateChatTheme​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.UpdateChatTitle.html b/it/tdlight/jni/TdApi.UpdateChatTitle.html index 93b5366316d..8d4dba5fcc2 100644 --- a/it/tdlight/jni/TdApi.UpdateChatTitle.html +++ b/it/tdlight/jni/TdApi.UpdateChatTitle.html @@ -3,7 +3,7 @@ -TdApi.UpdateChatTitle (tdlight API 3.3.72 API) +TdApi.UpdateChatTitle (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.ViewSponsoredMessage

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function +
it.tdlight.jni.TdApi.ViewSponsoredMessage
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.ViewSponsoredMessage
+extends TdApi.Function
+
Informs TDLib that a sponsored message + was viewed by the user. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

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

      messageId

      +
      public byte[] messageId
      +
      The identifier of the sponsored message being viewed.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ViewSponsoredMessage

      +
      public ViewSponsoredMessage()
      +
      Informs TDLib that a sponsored message + was viewed by the user. +

      Returns Ok

      +
      +
    • +
    • +
      +

      ViewSponsoredMessage

      +
      public ViewSponsoredMessage​(long chatId, +byte[] messageId)
      +
      Informs TDLib that a sponsored message + was viewed by the user. +

      Returns Ok

      +
      +
      Parameters:
      +
      chatId - long Chat identifier.
      +
      messageId - byte[] The identifier of the sponsored message being viewed.
      +
      +
      +
    • +
    • +
      +

      ViewSponsoredMessage

      +
      public ViewSponsoredMessage​(DataInput input) + throws IOException
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html b/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html index b1d29d03fbd..92022634411 100644 --- a/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html +++ b/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html @@ -3,7 +3,7 @@ -TdApi.ViewTrendingStickerSets (tdlight API 3.3.72 API) +TdApi.ViewTrendingStickerSets (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.ChatActionChoosingSticker
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.ChatActionRecordingVideo.html b/it/tdlight/jni/class-use/TdApi.ChatActionRecordingVideo.html index 8654c408cfa..b2533f58491 100644 --- a/it/tdlight/jni/class-use/TdApi.ChatActionRecordingVideo.html +++ b/it/tdlight/jni/class-use/TdApi.ChatActionRecordingVideo.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.ChatActionRecordingVideo (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.ChatActionRecordingVideo (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.ChatEventThemeChanged
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.ChatEventTitleChanged.html b/it/tdlight/jni/class-use/TdApi.ChatEventTitleChanged.html index f96e3e368cc..2e6668fdf32 100644 --- a/it/tdlight/jni/class-use/TdApi.ChatEventTitleChanged.html +++ b/it/tdlight/jni/class-use/TdApi.ChatEventTitleChanged.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.ChatEventTitleChanged (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.ChatEventTitleChanged (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+
+ +
+
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.ChatThemes.html b/it/tdlight/jni/class-use/TdApi.ChatThemes.html new file mode 100644 index 00000000000..e2e70d5b8a3 --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.ChatThemes.html @@ -0,0 +1,88 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.ChatThemes (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.ChatThemes
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.ChatType.html b/it/tdlight/jni/class-use/TdApi.ChatType.html index 1087e43a1c1..e17fb459090 100644 --- a/it/tdlight/jni/class-use/TdApi.ChatType.html +++ b/it/tdlight/jni/class-use/TdApi.ChatType.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.ChatType (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.ChatType (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.GetChatSponsoredMessages
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.GetChatStatistics.html b/it/tdlight/jni/class-use/TdApi.GetChatStatistics.html index f37af0e2058..51177727a1c 100644 --- a/it/tdlight/jni/class-use/TdApi.GetChatStatistics.html +++ b/it/tdlight/jni/class-use/TdApi.GetChatStatistics.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetChatStatistics (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.GetChatStatistics (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.GetChatThemes
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.GetChats.html b/it/tdlight/jni/class-use/TdApi.GetChats.html index b5747d20183..d187fddc520 100644 --- a/it/tdlight/jni/class-use/TdApi.GetChats.html +++ b/it/tdlight/jni/class-use/TdApi.GetChats.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetChats (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.GetChats (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.GetPhoneNumberInfoSync
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.GetPollVoters.html b/it/tdlight/jni/class-use/TdApi.GetPollVoters.html index 4ae3d6703b6..f2146d16672 100644 --- a/it/tdlight/jni/class-use/TdApi.GetPollVoters.html +++ b/it/tdlight/jni/class-use/TdApi.GetPollVoters.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetPollVoters (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.GetPollVoters (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+
+ +
+
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityFull.html b/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityFull.html new file mode 100644 index 00000000000..44c8b71894d --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityFull.html @@ -0,0 +1,88 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.GroupCallVideoQualityFull (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.GroupCallVideoQualityFull
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityMedium.html b/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityMedium.html new file mode 100644 index 00000000000..366f2fbf2b7 --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityMedium.html @@ -0,0 +1,88 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.GroupCallVideoQualityMedium (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.GroupCallVideoQualityMedium
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityThumbnail.html b/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityThumbnail.html new file mode 100644 index 00000000000..e5e3b14c0d6 --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.GroupCallVideoQualityThumbnail.html @@ -0,0 +1,88 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.GroupCallVideoQualityThumbnail (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.GroupCallVideoQualityThumbnail
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.GroupCallVideoSourceGroup.html b/it/tdlight/jni/class-use/TdApi.GroupCallVideoSourceGroup.html index 723b4fce415..d1dc736016e 100644 --- a/it/tdlight/jni/class-use/TdApi.GroupCallVideoSourceGroup.html +++ b/it/tdlight/jni/class-use/TdApi.GroupCallVideoSourceGroup.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.GroupCallVideoSourceGroup (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.GroupCallVideoSourceGroup (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.LoadChats
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.LoadGroupCallParticipants.html b/it/tdlight/jni/class-use/TdApi.LoadGroupCallParticipants.html index 58e117b0cbe..85499a27102 100644 --- a/it/tdlight/jni/class-use/TdApi.LoadGroupCallParticipants.html +++ b/it/tdlight/jni/class-use/TdApi.LoadGroupCallParticipants.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.LoadGroupCallParticipants (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.LoadGroupCallParticipants (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.MessageChatSetTheme
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.MessageChatSetTtl.html b/it/tdlight/jni/class-use/TdApi.MessageChatSetTtl.html index c2f31af6459..63dc7ef027e 100644 --- a/it/tdlight/jni/class-use/TdApi.MessageChatSetTtl.html +++ b/it/tdlight/jni/class-use/TdApi.MessageChatSetTtl.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.MessageChatSetTtl (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.MessageChatSetTtl (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.PushMessageContentChatChangeTheme
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.PushMessageContentChatChangeTitle.html b/it/tdlight/jni/class-use/TdApi.PushMessageContentChatChangeTitle.html index 7b368accdaf..288edb76174 100644 --- a/it/tdlight/jni/class-use/TdApi.PushMessageContentChatChangeTitle.html +++ b/it/tdlight/jni/class-use/TdApi.PushMessageContentChatChangeTitle.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.PushMessageContentChatChangeTitle (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.PushMessageContentChatChangeTitle (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.SetChatTheme
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.SetChatTitle.html b/it/tdlight/jni/class-use/TdApi.SetChatTitle.html index d46dcb50eff..15f2471edbf 100644 --- a/it/tdlight/jni/class-use/TdApi.SetChatTitle.html +++ b/it/tdlight/jni/class-use/TdApi.SetChatTitle.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.SetChatTitle (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.SetChatTitle (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+
+ +
+
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.SponsoredMessages.html b/it/tdlight/jni/class-use/TdApi.SponsoredMessages.html new file mode 100644 index 00000000000..e111d2d50b8 --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.SponsoredMessages.html @@ -0,0 +1,88 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.SponsoredMessages (tdlight API 3.3.73 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.SponsoredMessages
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.StartGroupCallRecording.html b/it/tdlight/jni/class-use/TdApi.StartGroupCallRecording.html index 459ffc65073..49f6e8bc1e5 100644 --- a/it/tdlight/jni/class-use/TdApi.StartGroupCallRecording.html +++ b/it/tdlight/jni/class-use/TdApi.StartGroupCallRecording.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.StartGroupCallRecording (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.StartGroupCallRecording (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+
+ +
+
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.Thumbnail.html b/it/tdlight/jni/class-use/TdApi.Thumbnail.html index 90345dbacdb..92cc9686553 100644 --- a/it/tdlight/jni/class-use/TdApi.Thumbnail.html +++ b/it/tdlight/jni/class-use/TdApi.Thumbnail.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.Thumbnail (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.Thumbnail (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.UpdateChatTheme
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.UpdateChatTitle.html b/it/tdlight/jni/class-use/TdApi.UpdateChatTitle.html index 62f1c7195b6..23ec3291e58 100644 --- a/it/tdlight/jni/class-use/TdApi.UpdateChatTitle.html +++ b/it/tdlight/jni/class-use/TdApi.UpdateChatTitle.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.UpdateChatTitle (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.UpdateChatTitle (tdlight API 3.3.73 API) + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.ViewSponsoredMessage
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.ViewTrendingStickerSets.html b/it/tdlight/jni/class-use/TdApi.ViewTrendingStickerSets.html index 1981ea475f6..3178f3378b0 100644 --- a/it/tdlight/jni/class-use/TdApi.ViewTrendingStickerSets.html +++ b/it/tdlight/jni/class-use/TdApi.ViewTrendingStickerSets.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.ViewTrendingStickerSets (tdlight API 3.3.72 API) +Uses of Class it.tdlight.jni.TdApi.ViewTrendingStickerSets (tdlight API 3.3.73 API)