class Api.PollAnswer extends VirtualClass<{ text: string; option: bytes; }>import { Api } from "https://deno.land/x/grm@0.5.1/src/tl/mod.ts"; const { PollAnswer } = Api; PropertiesclassName: "PollAnswer"classType: "constructor"CONSTRUCTOR_ID: 1823064809option: bytesSUBCLASS_OF_ID: 2124799390text: stringStatic MethodsfromReader(reader: Reader): PollAnswer