struct AppPusher::App::SSocialMediaConnection

Overview

=> 用户连接的社交媒体数据结构

Defined in:

app_pusher/app.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(verify_key : String, username : String, is_verified : Bool, chat_id : String | Nil = nil) #

[View source]

Instance Method Detail

def chat_id : String | Nil #

[View source]
def is_verified : Bool #

[View source]
def username : String #

[View source]
def verify_key : String #

[View source]