We're a place where coders share, stay up-to-date and grow their careers.
Yes, you can use these call back functions in the class as well. All you have to do is use self.methodName and in class it should have def methodName(self, update, context)
self.methodName
def methodName(self, update, context)
Yes, you can use these call back functions in the class as well. All you have to do is use
self.methodName
and in class it should havedef methodName(self, update, context)