struct Facebook::Proto::InstagramComment

Included Modules

Defined in:

cli/proto/facebook/InstagramComment.pb.cr

Constant Summary

FIELDS = {1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :comment_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :created_at, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :instagram_comment_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :message, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Fields = {} of String => Field

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(id : String | Nil = nil, comment_type : String | Nil = nil, created_at : Datetime | Nil = nil, instagram_comment_id : String | Nil = nil, message : String | Nil = nil) #

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

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def []=(key : String, val) #

def []?(key : String) #

def comment_type : String | Nil #

def comment_type=(comment_type : String | Nil) #

def created_at : Datetime | Nil #

def created_at=(created_at : Datetime | Nil) #

def id : String | Nil #

def id=(id : String | Nil) #

def instagram_comment_id : String | Nil #

def instagram_comment_id=(instagram_comment_id : String | Nil) #

def message : String | Nil #

def message=(message : String | Nil) #

def to_hash #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #