const github.com/gotd/td/tg.UserStatusLastMonthTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L119: 		UserStatusLastMonthTypeID:                                "userStatusLastMonth#65899777",
		tl_registry_gen.go#L2586: 		"userStatusLastMonth":                                UserStatusLastMonthTypeID,
		tl_registry_gen.go#L5053: 		UserStatusLastMonthTypeID:                                func() bin.Object { return &UserStatusLastMonth{} },
		tl_registry_gen.go#L9172: 			UserStatusLastMonthTypeID,
		tl_user_status_gen.go#L767: const UserStatusLastMonthTypeID = 0x65899777
		tl_user_status_gen.go#L816: 	return UserStatusLastMonthTypeID
		tl_user_status_gen.go#L828: 		ID:   UserStatusLastMonthTypeID,
		tl_user_status_gen.go#L856: 	b.PutID(UserStatusLastMonthTypeID)
		tl_user_status_gen.go#L877: 	if err := b.ConsumeID(UserStatusLastMonthTypeID); err != nil {
		tl_user_status_gen.go#L1007: 	case UserStatusLastMonthTypeID: