class Hamilton::Types::MessageReactionCountUpdated

Overview

This object represents reaction changes on a message with anonymous reactions.

Included Modules

Defined in:

types/message_reaction_type_updated.cr

Constructors

Instance Method Summary

Instance methods inherited from class Reference

==(other : Hamilton::Any) ==

Instance methods inherited from class Object

===(other : Hamilton::Any) ===

Constructor Detail

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

def self.new(params) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

def self.new(**params) #

Instance Method Detail

The chat containing the message.


def chat=(chat : Hamilton::Types::Chat) #

The chat containing the message.


def date : Int32 #

Date of the change in Unix time.


def date=(date : Int32) #

Date of the change in Unix time.


def message_id : Int32 #

Unique message identifier inside the chat.


def message_id=(message_id : Int32) #

Unique message identifier inside the chat.


def non_nil_fields : Array(String) #

List of available non-nil fields.


def non_nil_fields=(non_nil_fields : Array(String)) #

List of available non-nil fields.


def reactions : Array(Hamilton::Types::ReactionCount) #

List of reactions that are present on the message.


def reactions=(reactions : Array(Hamilton::Types::ReactionCount)) #

List of reactions that are present on the message.