diff --git a/allclasses-index.html b/allclasses-index.html index 5a3338ad0b3..cde3af93a7e 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (tdlight API 4.0.176 API) +All Classes and Interfaces (tdlight API 4.0.177 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.AnimatedEmoji

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.AnimatedEmoji
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.AnimatedEmoji +extends TdApi.Object
+
Describes an animated representation + of an emoji.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      sticker

      +
      public TdApi.Sticker sticker
      +
      Animated sticker for the emoji.
      +
      +
    • +
    • +
      +

      colorReplacements

      +
      public TdApi.ColorReplacement[] colorReplacements
      +
      List of colors to be replaced while + the sticker is rendered.
      +
      +
    • +
    • +
      +

      sound

      +
      public TdApi.File sound
      +
      File containing the sound to be played + when the animated emoji is clicked if + any; may be null. The sound is encoded + with the Opus codec, and stored inside + an OGG container.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AnimatedEmoji

      +
      public AnimatedEmoji()
      +
      Describes an animated representation + of an emoji.
      +
      +
    • +
    • +
      +

      AnimatedEmoji

      +
      public AnimatedEmoji(TdApi.Sticker sticker, + TdApi.ColorReplacement[] colorReplacements, + TdApi.File sound)
      +
      Describes an animated representation + of an emoji.
      +
      +
      Parameters:
      +
      sticker - Sticker Animated sticker for the emoji.
      +
      colorReplacements - ColorReplacement[] List of colors to be replaced while + the sticker is rendered.
      +
      sound - File File containing the sound to be played + when the animated emoji is clicked if + any; may be null. The sound is encoded + with the Opus codec, and stored inside + an OGG container.
      +
      +
      +
    • +
    • +
      +

      AnimatedEmoji

      +
      public AnimatedEmoji(DataInput input) + throws IOException
      +
      Describes an animated representation + of an emoji.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.Animation.html b/tdlight.api/it/tdlight/jni/TdApi.Animation.html index 8ffe43ee3d3..be6c805b5d5 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.Animation.html +++ b/tdlight.api/it/tdlight/jni/TdApi.Animation.html @@ -2,7 +2,7 @@ -TdApi.Animation (tdlight API 4.0.176 API) +TdApi.Animation (tdlight API 4.0.177 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ApproveChatJoinRequest

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.ApproveChatJoinRequest
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ApproveChatJoinRequest +extends TdApi.Function<TdApi.Ok>
+
Approves pending join request in a chat. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

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

      userId

      +
      public long userId
      +
      Identifier of the user, which request + will be approved.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ApproveChatJoinRequest

      +
      public ApproveChatJoinRequest()
      +
      Approves pending join request in a chat. +

      Returns Ok

      +
      +
    • +
    • +
      +

      ApproveChatJoinRequest

      +
      public ApproveChatJoinRequest(long chatId, + long userId)
      +
      Approves pending join request in a chat. +

      Returns Ok

      +
      +
      Parameters:
      +
      chatId - long Chat identifier.
      +
      userId - long Identifier of the user, which request + will be approved.
      +
      +
      +
    • +
    • +
      +

      ApproveChatJoinRequest

      +
      public ApproveChatJoinRequest(DataInput input) + throws IOException
      +
      Approves pending join request in a chat. +

      Returns Ok

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

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.Audio.html b/tdlight.api/it/tdlight/jni/TdApi.Audio.html index 59049f83132..154da384e01 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.Audio.html +++ b/tdlight.api/it/tdlight/jni/TdApi.Audio.html @@ -2,7 +2,7 @@ -TdApi.Audio (tdlight API 4.0.176 API) +TdApi.Audio (tdlight API 4.0.177 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ChatEventMemberJoinedByRequest

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.ChatEventAction +
it.tdlight.jni.TdApi.ChatEventMemberJoinedByRequest
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ChatEventMemberJoinedByRequest +extends TdApi.ChatEventAction
+
A new member was accepted to the chat + by an administrator.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      approverUserId

      +
      public long approverUserId
      +
      User identifier of the chat administrator, + approved user join request.
      +
      +
    • +
    • + +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatEventMemberJoinedByRequest

      +
      public ChatEventMemberJoinedByRequest()
      +
      A new member was accepted to the chat + by an administrator.
      +
      +
    • +
    • +
      +

      ChatEventMemberJoinedByRequest

      +
      public ChatEventMemberJoinedByRequest(long approverUserId, + TdApi.ChatInviteLink inviteLink)
      +
      A new member was accepted to the chat + by an administrator.
      +
      +
      Parameters:
      +
      approverUserId - long User identifier of the chat administrator, + approved user join request.
      +
      inviteLink - ChatInviteLink Invite link used to join the chat; + may be null.
      +
      +
      +
    • +
    • +
      +

      ChatEventMemberJoinedByRequest

      +
      public ChatEventMemberJoinedByRequest(DataInput input) + throws IOException
      +
      A new member was accepted to the chat + by an administrator.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ChatEventMemberLeft.html b/tdlight.api/it/tdlight/jni/TdApi.ChatEventMemberLeft.html index 7c48a714a5e..ae662c9c351 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ChatEventMemberLeft.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ChatEventMemberLeft.html @@ -2,7 +2,7 @@ -TdApi.ChatEventMemberLeft (tdlight API 4.0.176 API) +TdApi.ChatEventMemberLeft (tdlight API 4.0.177 API) - + @@ -42,7 +42,7 @@ loadScripts(document, 'script');
  • Module
  • Package
  • -
  • Use
  • +
  • Use
  • Tree
  • Index
  • Help
  • @@ -78,12 +78,12 @@ loadScripts(document, 'script');
    Module tdlight.api
    Package it.tdlight.jni
    -

    Class TdApi.ChatEventVoiceChatCreated

    +

    Class TdApi.ChatEventVideoChatCreated

    java.lang.Object
    it.tdlight.jni.TdApi.Object
    it.tdlight.jni.TdApi.ChatEventAction -
    it.tdlight.jni.TdApi.ChatEventVoiceChatCreated
    +
    it.tdlight.jni.TdApi.ChatEventVideoChatCreated
    @@ -93,9 +93,9 @@ loadScripts(document, 'script');
    TdApi

    -
    public static final class TdApi.ChatEventVoiceChatCreated +
    public static final class TdApi.ChatEventVideoChatCreated extends TdApi.ChatEventAction
    -
    A voice chat was created.
    +
    A video chat was created.
    @@ -127,17 +127,17 @@ loadScripts(document, 'script');
    Constructor
    Description
    -
    ChatEventVoiceChatCreated()
    +
    ChatEventVideoChatCreated()
    -
    A voice chat was created.
    +
    A video chat was created.
    -
    ChatEventVoiceChatCreated(int groupCallId)
    +
    ChatEventVideoChatCreated(int groupCallId)
    -
    A voice chat was created.
    +
    A video chat was created.
    -
    ChatEventVoiceChatCreated(DataInput input)
    +
    ChatEventVideoChatCreated(DataInput input)
    -
    A voice chat was created.
    +
    A video chat was created.
    @@ -189,8 +189,8 @@ loadScripts(document, 'script');

    groupCallId

    public int groupCallId
    -
    Identifier of the voice chat. The - voice chat can be received through +
    Identifier of the video chat. The + video chat can be received through the method getGroupCall.
    @@ -202,7 +202,7 @@ loadScripts(document, 'script');
    See Also:
    @@ -218,30 +218,30 @@ loadScripts(document, 'script');