struct AppPusher::App::SSocialMediaVerified

Overview

=> 认证数据结构

Defined in:

app_pusher/app.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(account_id : String, socialmedia : String, username : String, chat_id : String) #

[View source]
def self.new(value : JSON::Any) #

[View source]

Instance Method Detail

def account_id : String #

[View source]
def chat_id : String #

[View source]
def socialmedia : String #

[View source]
def username : String #

[View source]