Skip to main content
Latest
class GroupData
Re-export
import { GroupData } from "https://deno.land/x/periskope_maytapi_deno@v1.4.0/index.ts";

Constructors

new
GroupData()

Properties

optional
admins: Array<string>
optional
config: GroupDataConfig
optional
id: string
optional
image: string
optional
invite: string
optional
name: string
optional
participants: Array<string>

Static Properties

readonly
attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>
readonly
discriminator: string | undefined