Skip to main content
Module

x/grm/mod.ts>Api.ChatReactionsSome

MTProto API Client for Deno 🦕
Go to Latest
class Api.ChatReactionsSome
extends VirtualClass<{ reactions: Api.TypeReaction[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChatReactionsSome } = Api;

Properties

className: "ChatReactionsSome"
classType: "constructor"
CONSTRUCTOR_ID: 1713193015
reactions: Api.TypeReaction[]
SUBCLASS_OF_ID: 320742581

Static Methods

fromReader(reader: Reader): ChatReactionsSome