Module tdlight.api

Class TdApi.SetDefaultReactionType

Enclosing class:
TdApi

public static final class TdApi.SetDefaultReactionType extends TdApi.Function<TdApi.Ok>
Changes type of default reaction for the current user. Returns Ok
  • Field Details

  • Constructor Details

    • SetDefaultReactionType

      public SetDefaultReactionType()
      Changes type of default reaction for the current user. Returns Ok
    • SetDefaultReactionType

      public SetDefaultReactionType(TdApi.ReactionType reactionType)
      Changes type of default reaction for the current user. Returns Ok
      Parameters:
      reactionType - ReactionType New type of the default reaction.
    • SetDefaultReactionType

      public SetDefaultReactionType(DataInput input) throws IOException
      Changes type of default reaction for the current user. Returns Ok
      Throws:
      IOException
  • Method Details