Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

createAudio

createButtonTemplate

  • createButtonTemplate(altText: string, __namedParameters: { actions: Action[]; defaultAction?: Action; imageAspectRatio?: "rectangle" | "square"; imageBackgroundColor?: string; imageSize?: "cover" | "contain"; text: string; thumbnailImageUrl?: string; title?: string }, options?: MessageOptions): TemplateMessage<ButtonsTemplate>
  • Parameters

    • altText: string
    • __namedParameters: { actions: Action[]; defaultAction?: Action; imageAspectRatio?: "rectangle" | "square"; imageBackgroundColor?: string; imageSize?: "cover" | "contain"; text: string; thumbnailImageUrl?: string; title?: string }
      • actions: Action[]
      • Optional defaultAction?: Action
      • Optional imageAspectRatio?: "rectangle" | "square"
      • Optional imageBackgroundColor?: string
      • Optional imageSize?: "cover" | "contain"
      • text: string
      • Optional thumbnailImageUrl?: string
      • Optional title?: string
    • options: MessageOptions = {}

    Returns TemplateMessage<ButtonsTemplate>

createButtonsTemplate

  • createButtonsTemplate(altText: string, __namedParameters: { actions: Action[]; defaultAction?: Action; imageAspectRatio?: "rectangle" | "square"; imageBackgroundColor?: string; imageSize?: "cover" | "contain"; text: string; thumbnailImageUrl?: string; title?: string }, options?: MessageOptions): TemplateMessage<ButtonsTemplate>
  • Parameters

    • altText: string
    • __namedParameters: { actions: Action[]; defaultAction?: Action; imageAspectRatio?: "rectangle" | "square"; imageBackgroundColor?: string; imageSize?: "cover" | "contain"; text: string; thumbnailImageUrl?: string; title?: string }
      • actions: Action[]
      • Optional defaultAction?: Action
      • Optional imageAspectRatio?: "rectangle" | "square"
      • Optional imageBackgroundColor?: string
      • Optional imageSize?: "cover" | "contain"
      • text: string
      • Optional thumbnailImageUrl?: string
      • Optional title?: string
    • options: MessageOptions = {}

    Returns TemplateMessage<ButtonsTemplate>

createCarouselTemplate

createConfirmTemplate

createFlex

createImage

createImageCarouselTemplate

createImagemap

createLocation

createSticker

createTemplate

createText

createVideo

Generated using TypeDoc