Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.25 KB

document-animation-msg.md

File metadata and controls

26 lines (17 loc) · 1.25 KB

Document and Animation Messages

Send documents

sendDocument method tests

Use sendDocument method to send general files.

{{#include ../../../Examples/2/SendMessage.cs:send-document}}

Send animations

sendAnimation method tests

Use sendAnimation method to send animation files (GIF or H.264/MPEG-4 AVC video without sound).

{{#include ../../../Examples/2/SendMessage.cs:send-animation}}