Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BotInlineMessageMediaGeo

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { geo: TypeGeoPoint; heading?: number; period?: number; proximityNotificationRadius?: number; replyMarkup?: TypeReplyMarkup }

Type declaration

  • geo: TypeGeoPoint
  • Optional heading?: number
  • Optional period?: number
  • Optional proximityNotificationRadius?: number
  • Optional replyMarkup?: TypeReplyMarkup
CONSTRUCTOR_ID: 85477117
SUBCLASS_OF_ID: 3297841032
classType: "constructor"
className: "BotInlineMessageMediaGeo"
heading?: number
period?: number
proximityNotificationRadius?: number
replyMarkup?: TypeReplyMarkup

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { geo: TypeGeoPoint; heading?: number; period?: number; proximityNotificationRadius?: number; replyMarkup?: TypeReplyMarkup }

Constructors

Generated using TypeDoc