Module tdlight.api

Class TdApi.InlineQueryResultSticker

Enclosing class:
TdApi

public static final class TdApi.InlineQueryResultSticker extends TdApi.InlineQueryResult
Represents a sticker.
  • Field Details

  • Constructor Details

    • InlineQueryResultSticker

      public InlineQueryResultSticker()
      Represents a sticker.
    • InlineQueryResultSticker

      public InlineQueryResultSticker(String id, TdApi.Sticker sticker)
      Represents a sticker.
      Parameters:
      id - String Unique identifier of the query result.
      sticker - Sticker Sticker.
    • InlineQueryResultSticker

      public InlineQueryResultSticker(DataInput input) throws IOException
      Represents a sticker.
      Throws:
      IOException
  • Method Details