type github.com/gotd/td/tg.MessageReactions
32 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L365: Reactions MessageReactions
tl_message_gen.go#L536: GetReactions() (value MessageReactions, ok bool)
tl_message_gen.go#L1666: func (m *Message) SetReactions(value MessageReactions) {
tl_message_gen.go#L1673: func (m *Message) GetReactions() (value MessageReactions, ok bool) {
tl_message_reactions_gen.go#L41: type MessageReactions struct {
tl_message_reactions_gen.go#L75: _ bin.Encoder = &MessageReactions{}
tl_message_reactions_gen.go#L76: _ bin.Decoder = &MessageReactions{}
tl_message_reactions_gen.go#L77: _ bin.BareEncoder = &MessageReactions{}
tl_message_reactions_gen.go#L78: _ bin.BareDecoder = &MessageReactions{}
tl_message_reactions_gen.go#L81: func (m *MessageReactions) Zero() bool {
tl_message_reactions_gen.go#L105: func (m *MessageReactions) String() string {
tl_message_reactions_gen.go#L109: type Alias MessageReactions
tl_message_reactions_gen.go#L114: func (m *MessageReactions) FillFrom(from interface {
tl_message_reactions_gen.go#L132: func (*MessageReactions) TypeID() uint32 {
tl_message_reactions_gen.go#L137: func (*MessageReactions) TypeName() string {
tl_message_reactions_gen.go#L142: func (m *MessageReactions) TypeInfo() tdp.Type {
tl_message_reactions_gen.go#L176: func (m *MessageReactions) SetFlags() {
tl_message_reactions_gen.go#L189: func (m *MessageReactions) Encode(b *bin.Buffer) error {
tl_message_reactions_gen.go#L198: func (m *MessageReactions) EncodeBare(b *bin.Buffer) error {
tl_message_reactions_gen.go#L224: func (m *MessageReactions) Decode(b *bin.Buffer) error {
tl_message_reactions_gen.go#L235: func (m *MessageReactions) DecodeBare(b *bin.Buffer) error {
tl_message_reactions_gen.go#L284: func (m *MessageReactions) SetMin(value bool) {
tl_message_reactions_gen.go#L295: func (m *MessageReactions) GetMin() (value bool) {
tl_message_reactions_gen.go#L303: func (m *MessageReactions) SetCanSeeList(value bool) {
tl_message_reactions_gen.go#L314: func (m *MessageReactions) GetCanSeeList() (value bool) {
tl_message_reactions_gen.go#L322: func (m *MessageReactions) GetResults() (value []ReactionCount) {
tl_message_reactions_gen.go#L330: func (m *MessageReactions) SetRecentReactions(value []MessagePeerReaction) {
tl_message_reactions_gen.go#L337: func (m *MessageReactions) GetRecentReactions() (value []MessagePeerReaction, ok bool) {
tl_registry_gen.go#L4638: MessageReactionsTypeID: func() bin.Object { return &MessageReactions{} },
tl_update_gen.go#L19880: Reactions MessageReactions
tl_update_gen.go#L19936: GetReactions() (value MessageReactions)
tl_update_gen.go#L20117: func (u *UpdateMessageReactions) GetReactions() (value MessageReactions) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |