Skip to content

Commit

Permalink
context: fix ChatMember function name
Browse files Browse the repository at this point in the history
  • Loading branch information
demget committed Jul 27, 2021
1 parent 5df7756 commit cdb2d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ type nativeContext struct {
store map[string]interface{}
}

func (c *nativeContext) ChatMemberUpdated() *ChatMemberUpdated {
func (c *nativeContext) ChatMember() *ChatMemberUpdated {
switch {
case c.chatMember != nil:
return c.chatMember
Expand Down

0 comments on commit cdb2d59

Please sign in to comment.