class Tourmaline::VideoChatEnded

Overview

This object represents a service message about a video chat ended in the chat.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(duration : Int32 | Int64) #

[View source]

Instance Method Detail

def duration : Int32 | Int64 #

Video chat duration in seconds


[View source]
def duration=(duration : Int32 | Int64) #

Video chat duration in seconds


[View source]